On Fri, Aug 10, 2012 at 10:40 PM, Ryan Bigg <[email protected]> wrote:
> What plugins and gems do you have installed?
>

A bunch the biggest possible culprit is active scaffold because it
requires routes



gem 'rails', '~>3.2'
gem "rake"
gem "home_run", :require => 'date'
gem 'yell'
gem "yell-adapters-gelf"
gem 'kaminari'
gem 'tire'
gem 'pg'
gem 'active_scaffold'
gem 'active_scaffold_export' , :git =>
'https://github.com/timuckun/active_scaffold_export.git'

gem "rails_config"
gem 'hashie'
gem 'sass'
gem "haml"

gem 'fastercsv'
gem "devise"
gem 'net-ssh'
gem 'net-sftp'
gem 'whenever', :require => false

gem 'exception_notification'
gem "garb"

gem 'jquery-rails'

group :assets do
  gem 'twitter-bootstrap-rails'
  gem 'therubyracer'
  gem 'execjs'
  gem 'sass-rails'
  gem 'coffee-rails
  gem 'uglifier'
end



group :development, :test do
  #old version needed for ruby 1.8.7
  gem 'factory_girl', "~>2.6.4"
  gem 'factory_girl_rails' , "~>1.7"

  gem 'rspec-rails  gem 'pry'

end


group :development do
  gem 'annotate'
  # the following gems are used to generate Devise views for Haml
  gem "hpricot"
  gem "ruby_parser"
  gem "capistrano"
  gem 'capistrano-ext'
  gem "haml-rails"
 gem 'thin'
end

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
or Rails Oceania" 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/rails-oceania?hl=en.

Reply via email to