Anniversary of the Rails/Merb Merger: So How'd It Go?
engineyard.com
Anniversary of the Rails/Merb Merger: So How'd It Go?
1–10 of 11 posts
Re: Anniversary of the Rails/Merb Merger: So How'd It Go?
#2Re: Anniversary of the Rails/Merb Merger: So How'd It Go?
#3It's going good so far! Can't wait to see what the next year holds.
Re: Anniversary of the Rails/Merb Merger: So How'd It Go?
#4One nice immediate benefit of all of this is that ActionMailer gets all of the functionality of ActionController in a clean, intentional way. Everything from layouts and helpers to filters is using the identical code that ActionController uses, so ActionMailer can never again drift away from the functionality of ActionController (as ActionController itself evolves).
I particularly like the sound of this, bringing ActionMailer more into the fold as it were. I've had a number of occasions to need to use ActionMailer and it's not always been a pleasant experience.
Re: Anniversary of the Rails/Merb Merger: So How'd It Go?
#5This sounds just great. I have used Rails for some time now but have always been reluctant to really get in there and take a look around because by the time I got to it, Rails was already a seemingly huge behemoth of a code base and I didn't think I could devote enough time towards getting my head around it. These kinds of changes to the organisation of the code make me feel like maybe I have a chance at delving into…
Re: Anniversary of the Rails/Merb Merger: So How'd It Go?
#6This sounds just great. I have used Rails for some time now but have always been reluctant to really get in there and take a look around because by the time I got to it, Rails was already a seemingly huge behemoth of a code base and I didn't think I could devote enough time towards getting my head around it. These kinds of changes to the organisation of the code make me feel like maybe I have a chance at delving into…
Check out the Rails Way. It does a really good job of walking you through all of the parts of Rails.
Re: Anniversary of the Rails/Merb Merger: So How'd It Go?
#7Earlier quoted context omitted.
Check out the Rails Way. It does a really good job of walking you through all of the parts of Rails.
Thanks I will. That one's been on my list for a while actually. I had not realised that it actually walks you through the internals though. Maybe this will be the impetus I need to finally get around to snaffling it.
Re: Anniversary of the Rails/Merb Merger: So How'd It Go?
#8This sounds just great. I have used Rails for some time now but have always been reluctant to really get in there and take a look around because by the time I got to it, Rails was already a seemingly huge behemoth of a code base and I didn't think I could devote enough time towards getting my head around it. These kinds of changes to the organisation of the code make me feel like maybe I have a chance at delving into…
Check out the Rails Way. It does a really good job of walking you through all of the parts of Rails.
Re: Anniversary of the Rails/Merb Merger: So How'd It Go?
#9Earlier quoted context omitted.
Check out the Rails Way. It does a really good job of walking you through all of the parts of Rails.
It's a great book for Rails 2. I'd wait for a Rails 3 revision though.
I do anticipate getting a copy for Rails 3, for sure.
Re: Anniversary of the Rails/Merb Merger: So How'd It Go?
#10Earlier quoted context omitted.
Check out the Rails Way. It does a really good job of walking you through all of the parts of Rails.
It's a great book for Rails 2. I'd wait for a Rails 3 revision though.