Displaying 2 results from an estimated 2 matches for "kurtsnyd".
Did you mean:
kurtsnyder
2010 Mar 09
1
db:migrate fails after upgrade to Rails 2.3.5
...put below. I gather it might be related to
plugin initialization or load paths, but I haven''t been able to find
any info despite searching for a while. Any suggestions greatly
appreciated!
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
/Users/kurtsnyder/code/products1/config/../vendor/rails/railties/lib/
initializer.rb:778: warning: instance variable @reload_plugins not
initialized
/Users/kurtsnyder/code/products1/config/../vendor/rails/railties/lib/
initializer.rb:778: warning: instance variable @reload_plugins not
initialized
/Users/kurtsnyder...
2011 Jan 14
4
Rails 3 / RSpec 2 use_transactional_fixtures and after_commit
We''re migrating a Rails 2.3.x application to Rails 3 and RSpec 2.x.
In Rails 2.3.x we were using
https://github.com/freelancing-god/after_commit to provide
after_commit functionality (now provided by Rails 3).
The plugin version of after_commit came with some helpers to make
testing with `use_transactional_fixtures = true` work.
From: https://github.com/freelancing-god/after_commit