![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I haven't been following the RoR community for a while as my work caught up to me, but now things have slowed down a little and I'm looking at getting back to learning Rails for my web app idea (a customized CRM type app for services like lawn care, carpet cleaning and pool cleaning). As I see, the current version of Ruby 1.9 is 1.9.1-p129. *Is Rails compatible with this version? * |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I haven't been following the RoR community for a while as my work caught up to me, but now things have slowed down a little and I'm looking at getting back to learning Rails for my web app idea (a customized CRM type app for services like lawn care, carpet cleaning and pool cleaning). As I see, the current version of Ruby 1.9 is 1.9.1-p129. Is Rails compatible with this version? I know from a little reading before that there were issues and upgrading was NOT recommended; has this changed? Any common gems that don't work, or have most of the bugs been ironed out? I already started writing some of my code in Ruby 1.8.7 (Rails 2.3.2) so I'm considering upgrading now to 1.9.1 but I don't want to start an upgrade only to find that a lot of basic things aren't working. Right now I have both Ruby 1.8.7 and 1.9.1 installed side-by-side on my MacBook just to be on the safe side. |
#5
| |||
| |||
|
|
Hi, I have been using it in production for about 3 months after its release and I must say that I have noticed a considerable speed up of my applications. Furthermore, I noticed this more so with the bigger applications that required more processing. Ruby 1.9.1-p129 is definitely ready for production with Rail 2.3.2/Edge IMO. I did have to make some minor mods to gems but it was well worth the deep dive. |
#6
| |||
| |||
|
|
Conrad Taylor wrote: [...] Hi, I have been using it in production for about 3 months after its release and I must say that I have noticed a considerable speed up of my applications. Furthermore, I noticed this more so with the bigger applications that required more processing. Ruby 1.9.1-p129 is definitely ready for production with Rail 2.3.2/Edge IMO. I did have to make some minor mods to gems but it was well worth the deep dive. Good to know...but why not just use Ruby EE? It acts just like MRI 1.8.7, so no modification of code is required, but it's significantly faster, or at least that's what the benchmarks say. Is Ruby 1.9 enough faster than Ruby EE to justify the extra work of modifying gems? Best, -- Marnen Laibow-Koser http://www.marnen.org marnen (AT) marnen (DOT) org -- Posted via http://www.ruby-forum.com/. |
#7
| |||
| |||
|
|
Conrad Taylor wrote: [...] Hi, I have been using it in production for about 3 months after its release and I must say that I have noticed a considerable speed up of my applications. Furthermore, I noticed this more so with the bigger applications that required more processing. Ruby 1.9.1-p129 is definitely ready for production with Rail 2.3.2/Edge IMO. I did have to make some minor mods to gems but it was well worth the deep dive. Good to know...but why not just use Ruby EE? It acts just like MRI 1.8.7, so no modification of code is required, but it's significantly faster, or at least that's what the benchmarks say. Is Ruby 1.9 enough faster than Ruby EE to justify the extra work of modifying gems? |
|
Best, -- Marnen Laibow-Koser http://www.marnen.org marnen (AT) marnen (DOT) org -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk (AT) googlegroups (DOT) com To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe (AT) googlegroups (DOT) com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~--- |
#8
| |||
| |||
|
|
AFAIK, Ruby EE is not significantly faster, but has a much smaller memory use? -J |
#9
| |||
| |||
|
|
Flower Born wrote: AFAIK, Ruby EE is not significantly faster, but has a much smaller memory use? -J According to Phusion's own benchmarks at http://www.rubyenterpriseedition.com/comparisons.html , Ruby EE is faster than MRI, at least in conjunction with Passenger. I recently found a set of Ruby-only benchmarks taking into account JRuby as well as all other leading Ruby interpreters, and in those, I seem to recall that REE fared even better -- comparable to JRuby and significantly faster than MRI. Of course, now I can't find the URL for that one. :P Best, -- Marnen Laibow-Koser http://www.marnen.org marnen (AT) marnen (DOT) org -- Posted via http://www.ruby-forum.com/. |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |