08 Mar, 2012
1 commit
-
I had to change a lot of plugin hotspot tests that depended on heavy/evil mocking and stubbing to pass. (ActionItem2315)
06 Feb, 2012
1 commit
21 Dec, 2011
1 commit
-
Sometimes I am fiddling with databases, destroying and recreating them, and I forget to recreate some data and the app explodes in my face because Environment.default returns nil.
27 Nov, 2011
1 commit
-
These changes were lost when I merged the master branch because of the move from app/controllers/application.rb to app/controllers/application_controller.rb. I did not notice that app/controllers/application.rb had changes that needed to be merged in app/controllers/application_controller.rb
23 Feb, 2011
1 commit
-
Internationalization of the ActiveRecord error messages do not work yet.
22 Feb, 2011
2 commits
-
Besides nobody using it, the implementataion is really crappy so we are better without it.
08 Jul, 2010
1 commit
-
* Kept backwards compatibility with Rails 2.1.0, so Debian stable users are still good. * Should also work with newer versions from the 2.3.x series