[Rails-core] Difference with rake db:test:load and rake db:schema:load RAILS_ENV=test with stored procedures/methods

2013-10-23 Thread Μάκης Χατζημιχάλης
I have function in a MySQL database, created using a migration. Using the trackles_triggers gem so that it is included in the exported schema.rb, when using the following: rake db:migrate rake db:test:purge rake db:schema:load RAILS_ENV=test seems to be working as expected with the function

[Rails-core] [ANN] Rails 4.0.1.rc3 has been released!

2013-10-23 Thread Rafael Mendonça França
We found one regression on Active Model, so I'm releasing another release candidate. Here are the changes from 4.0.1.rc2 to 4.0.1.rc3: https://github.com/rails/rails/compare/v4.0.1.rc2...v4.0.1.rchttps://github.com/rails/rails/compare/v4.0.1.rc1...v4.0.1.rc2 3 And the changes from 4.0.0 to

[Rails-core] Threading weirdness in method_missing

2013-10-23 Thread Matt Jones
Can somebody take a look at the discussion here: https://github.com/rails/rails/pull/12607 (suggested fix at the bottom) tl;dr: there's an obscure race condition which only happens when two threads dispatch into method_missing on instances of the same ActiveRecord model. The net result is

[Rails-core] Re: [ANN] Rails 4.0.1.rc3 has been released!

2013-10-23 Thread Ho Kuen Leung
I think you got the wrong link https://github.com/rails/rails/compare/v4.0.1.rc2...v4.0.1.rc3 and https://github.com/rails/rails/compare/v4.0.0...v4.0.1.rc3 Good example of copy and paste and edit :o) -- You received this message because you are subscribed to the Google Groups Ruby on Rails: