Re: [Rails-core] Simplifying `rails new`

2014-06-09 Thread Ryan Bigg
Replies inline. On 29 May 2014 14:35, Michael Kaiser-Nyman wrote: > Hello! I teach quite a few people Rails through my class, Epicodus. One > thing I've noticed is that the sheer number of files and folders `rails > new` generates is pretty intimidating for newcomers to Rails. I'd like to > mak

Re: [Rails-core] Replace Sprockets with Half Pipe

2014-06-09 Thread Steve Klabnik
Rails already has a Node dependency in CoffeeScript. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscr...@googlegroups.com. To pos

Re: [Rails-core] Replace Sprockets with Half Pipe

2014-06-09 Thread Geoff Harcourt
As someone who uses Bower and thinks it’s pretty cool, I think requiring a default out-of-the-box Rails app to have node.js as a dependency is a non-starter. Folks who want to get that functionality can customize their own apps without dramatically expanding the web of dependencies for folks bui

Re: [Rails-core] Replace Sprockets with Half Pipe

2014-06-09 Thread Ryan Bigg
Why would the community do that? What are the benefits? Why is Sprockets bad? Why would we replace it with something that is not up to its prime? Wouldn't we have to rewrite a whole bunch of Rails code and documentation? So many questions. I'm pretty hard -1 on this. On Mon, Jun 2, 2014 at

[Rails-core] Allow dynamic STI

2014-06-09 Thread Ivailo Bardarov
I have a case when I want to use postgres table inheritance. I want my STI inheritance_column to be virtual. What is the reason to check for inheritance_column in the columns_hash? https://github.com/rails/rails/blob/4-2-release_notes/activerecord/lib/active_record/inheritance.rb#L151 If we che

[Rails-core] Re: Can't reproduce failing Travis test

2014-06-09 Thread Nick Sutterer
Thanks David, I rebased my fork as well but there's one test consistently failing here. Not the end of the world, maybe I should rebase again. On Sunday, June 8, 2014 8:28:35 PM UTC+10, David V. wrote: > > Hey Nick, > > I figured it out! Travis rebases your commits on the current master > branc