Skip to content

Instantly share code, notes, and snippets.

@smtlaissezfaire
Created May 22, 2009 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smtlaissezfaire/116422 to your computer and use it in GitHub Desktop.
Save smtlaissezfaire/116422 to your computer and use it in GitHub Desktop.
scott-taylors-macbook-pro:flavorpill_com(venue_management) smt$ sc
Loading development environment (Rails 2.0.2)
include FR>> include FR
Problems loading RmagickProcessor: no such file to load -- RMagick
Problems loading RmagickProcessor: no such file to load -- RMagick
=> Object
>> FixtureReplacement
=> FixtureReplacement
>> create_member
=> #<Member id: 290409, ...>
>> reload!
Reloading...
=> true
>> create_member
NoMethodError: undefined method `password=' for #<Member:0x34de3e4>
from /Users/smt/src/git/flavorpill_com/vendor/rails/activerecord/lib/active_record/attribute_methods.rb:200:in `method_missing'
from /Users/smt/src/git/flavorpill_com/vendor/plugins/fixturereplacement/lib/fixture_replacement/method_generator.rb:35:in `__send__'
from /Users/smt/src/git/flavorpill_com/vendor/plugins/fixturereplacement/lib/fixture_replacement/method_generator.rb:35:in `new_member'
from /Users/smt/src/git/flavorpill_com/vendor/plugins/fixturereplacement/lib/fixture_replacement/method_generator.rb:35:in `each'
from /Users/smt/src/git/flavorpill_com/vendor/plugins/fixturereplacement/lib/fixture_replacement/method_generator.rb:35:in `new_member'
from /Users/smt/src/git/flavorpill_com/vendor/plugins/fixturereplacement/lib/fixture_replacement/method_generator.rb:26:in `__send__'
from /Users/smt/src/git/flavorpill_com/vendor/plugins/fixturereplacement/lib/fixture_replacement/method_generator.rb:26:in `create_member'
from (irb):5
>> load "#{RAILS_ROOT}/vendor/plugins/fixture_replacement/lib/fixture_replacement.rb"
MissingSourceFile: no such file to load -- /Users/smt/src/git/flavorpill_com/vendor/plugins/fixture_replacement/lib/fixture_replacement.rb
from /Users/smt/src/git/flavorpill_com/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:489:in `load'
from /Users/smt/src/git/flavorpill_com/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:489:in `load'
from /Users/smt/src/git/flavorpill_com/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
from /Users/smt/src/git/flavorpill_com/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:489:in `load'
from (irb):6
>> load "#{RAILS_ROOT}/vendor/plugins/fixturereplacement/lib/fixture_replacement.rb"
Problems loading RmagickProcessor: no such file to load -- RMagick
Problems loading RmagickProcessor: no such file to load -- RMagick
=> []
>> create_member
=> #<Member id: 290410, ...>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment