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
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
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
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
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
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