Created
November 13, 2009 00:09
-
-
Save tammersaleh/233449 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mislav-will_paginate --version '= 2.3.11' --source http://gems.github.com | |
justinfrench-formtastic --version '= 0.2.2' --source http://gems.github.com | |
josevalim-inherited_resources --version '= 0.8.5' --source http://gems.github.com | |
thoughtbot-paperclip --version '= 2.3.1' --source http://gems.github.com | |
authlogic --version '= 2.1.1' | |
yard --version '= 0.2.3.5' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Admin::BaseController < InheritedResources::Base | |
# ... | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rails::Initializer.run do |config| | |
# ... | |
config.gem 'josevalim-inherited_resources', | |
:lib => 'inherited_resources', | |
:version => '= 0.8.5', | |
:source => 'http://gems.github.com' | |
# ... | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# heroku console | |
Couldn't run console command | |
App failed to start: | |
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:440:in `load_missing_constant': uninitialized constant InheritedResources::Base (NameError) | |
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:80:in `const_missing' | |
from /disk1/home/slugs/33654_eb4a47d_ba55/mnt/app/controllers/admin/base_controller.rb:4 | |
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' | |
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' | |
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:158:in `require' | |
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:265:in `require_or_load' | |
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:224:in `depend_on' | |
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:136:in `require_dependency' | |
... 24 levels... | |
from /usr/local/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/builder.rb:29:in `instance_eval' | |
from /usr/local/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/builder.rb:29:in `initialize' | |
from /home/heroku_rack/heroku.ru:1:in `new' | |
from /home/heroku_rack/heroku.ru:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment