We use the routing_filter gem as a plugin in our app on heroku: script/plugin install git://github.com/svenfuchs/routing-filter.git
We also removed the spec directory entirely, after installing the plugin. On Jun 26, 2:14 pm, Amiruddin Nagri <[email protected]> wrote: > The issue seems to be I have a lot of rake tasks which are related to > running specs. All these rake files are in lib/tasks folder. > > Should I keep them somewhere else ? > > Regards, > Amiruddin Nagri > > On Sat, Jun 26, 2010 at 10:53 PM, Amiruddin Nagri <[email protected]>wrote: > > > I am trying to install routing filter gem in my app, the problem with > > routing filter is the gem name is different from lib file name, this is how > > I use it from environment.rb > > > config.gem "routing-filter", :version => '0.0.1', :lib => > > 'routing_filter' > > > what will be the equivalent line in .gems file ? > > > Apologies for my limited knowlege of rubygems, but I have tried all resorts > > including googling like crazy, nothing seems to point at anything useful. > > > My application is on spiker.heroku.com > > > Regards, > > Amiruddin Nagri > > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
