Re: [Rails-core] Merge all migation files

2015-05-27 Thread Maurício Linhares
This is what your schema.rb file is for. - Maurício Linhares http://mauricio.github.io/ - http://twitter.com/#!/mauriciojr On Wed, May 27, 2015 at 8:22 AM, Manish Shrivastava er.manishshrivast...@gmail.com wrote: Hi, My One of Rails Project started 2 years ago. Today I see there are many

[Rails-core] Testing uncommon HTTP methods fails (like options)

2014-02-18 Thread Maurício Linhares
Hello everyone, Could someone check this PR? https://github.com/rails/rails/pull/14071 This affects both Rails and Rspec tests that use methods that are not defined at the integration session api (like options). - Maurício Linhares http://mauricio.github.io/ - http://twitter.com/#!/mauriciojr

[Rails-core] Issue with dumping active record objects with serialization to YAML and loading them back again

2014-01-29 Thread Maurício Linhares
Hello everyone, While looking around the Rails git repo I found a small bug and when preparing a PR to fix it I think it's a bit more serious than I expected, if someone could take a look and review it it would be nice - https://github.com/rails/rails/pull/13867 Thanks! - Maurício Linhares http

Re: [Rails-core] Change behavior of `ActiveRecord::Base.new == ActiveRecord::Base.new`

2013-02-18 Thread Maurício Linhares
don't think it relates in any way to ActiveRecord, since it uses it's own definition of what being == means. - Maurício Linhares http://techbot.me/ - http://twitter.com/#!/mauriciojr On Mon, Feb 18, 2013 at 9:55 AM, Gabriel Sobrinho gabriel.sobri...@gmail.com wrote: Hi everyone, The active

Re: [Rails-core] Defining #blank for Array.

2012-07-09 Thread Maurício Linhares
The array has objects on it, so it isn't blank. - Maurício Linhares http://techbot.me/ - http://twitter.com/#!/mauriciojr On Monday, July 9, 2012 at 11:15 AM, Michael Boutros wrote: Hello: 1.9.3p194 :014 .blank? = true 1.9.3p194 :015 [, ].blank? = false Proposal