Re: [Rails-core] add database.yml to .gitignore

2013-01-10 Thread Mike Moore
This has been suggested (and rejected) several times before. Most recently: https://groups.google.com/forum/#!topic/rubyonrails-core/7HB0wdRzfVE https://github.com/rails/rails/pull/7870 On Fri, Jan 11, 2013 at 12:38 AM, Weston Platter westonplat...@gmail.comwrote: In the autogenerated

[Rails-core] ActiveMode::TestCase

2012-10-26 Thread Mike Moore
Is ActiveMode::TestCase intended to be used outside of ActiveModel? Like in a Rails app's tests? -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Core group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from

Re: [Rails-core] Test Locations in Rails 4

2012-10-08 Thread Mike Moore
FYI: https://github.com/rails/rails/pull/7878 -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Core group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to

Re: [Rails-core] Test Locations in Rails 4

2012-10-05 Thread Mike Moore
On Oct 5, 2012, at 12:20 PM, Francesco Rodriguez lrodriguezs...@gmail.com wrote: Hey guys, Is anyone already working on this task? If not, I would like to do it myself. I'm working on it. Will submit a pull request soon. ;) -- You received this message because you are subscribed to the

Re: [Rails-core] Test Locations in Rails 4

2012-09-30 Thread Mike Moore
On Sep 30, 2012, at 12:49 PM, Santiago Pastorino spastor...@gmail.com wrote: Mike, We decided to do this for Rails 4. Can you go ahead and provide a Pull Request?. Mention me on it and I will merge. Thanks again for putting all this ideas and for minitest-rails :) Awesome. Will do.

[Rails-core] Test Locations in Rails 4

2012-09-29 Thread Mike Moore
What do folks think about making changes to the default test locations? I would love to see the following changes made: test/units - test/models test/units/helpers - test/helpers test/units/lib - test/lib test/functional - test/controllers test/functional - test/mailers

Re: [Rails-core] Test Locations in Rails 4

2012-09-29 Thread Mike Moore
On Sep 29, 2012, at 9:42 PM, Santiago Pastorino spastor...@gmail.com wrote: Hey Mike, Hey Santiago. I'm personally in favor of what you've proposed. I'm starting a discussion with other Rails core members about it. In case we decide to accept the changes we should be keeping compatibility

Re: [Rails-core] UUID primary keys for ActiveRecord

2012-08-07 Thread Mike Moore
On Aug 7, 2012, at 12:26 AM, Chris Lloyd christopher.ll...@gmail.com wrote: Now that ActiveRecord supports uuid datatypes (#6713https://github.com/rails/rails/issues/6713) I suspect that having UUID instead of auto-incrementing primary keys will become fairly popular. It's already possible to do

Re: [Rails-core] Support for views on activerecord

2012-07-11 Thread Mike Moore
Agreed. Using AR to access views is very useful. I would love it if schema.rb was view aware though. On Wed, Jul 11, 2012 at 1:45 PM, Andrew Kaspick akasp...@gmail.com wrote: I've been using postgresql views in rails since at least Rails 2.x, maybe even the 1.x days. On Wed, Jul 11, 2012 at