|
I have been studying ruby for the past few days and I have noticed there is Ruby on Rails. What is the difference between the two? Do they work to together? Is the syntax the same?
Started by yaar zeigerman on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
:)....
Its popularity prompted many people.
Ruby on Rails is a library written in the Ruby language.
Ruby on Rails is a Ruby framework for implementing web applications.
Ruby is a general purpose language.
|
|
Hay Guys, whats the best books to learn ruby (and ruby on rails)?
Any books you guys would recommend?
Thanks
Started by dotty on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
The Rails Way : is my reference for every day programming
Rails Recipe : Nice for Rails is a bit outdated, but The Well-Grounded Rubyist is an excellent way to get to know Ruby 1.9 introduction....
With ruby on rails.
|
|
What are the best Ruby / Rails book available right now ?
Note : I know that this question has probably been asked before. But things change so much in the Ruby / Rails world that some of the books are not up to date or even teaches things that are deprecated...
Started by Michael Ellick Ang on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Agile Web Development with rails Head First Rails
For learning Rails and Ruby, I typically - creator of Rails....
In my.
Recently came across this article which mentions a good number of Ruby and Rails books.
|
Ask your Facebook Friends
|
I decided to create a big social network application with Ruby on Rails. How many visitors can Rails take? Did I make a true choice or not?
Started by Anton on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Rails can take as many visitors as you throw yet, I think Rails is perfectly....
Ruby on Rails is offeringThis is not really an answerable question.
Ruby is offering it is quite fast compared to other interpreted languages.
|
|
If so, how?
When you go to http://rubyonrails.org/download , it says:
We recommend Ruby 1.8.7 for use with Rails. Ruby 1.8.6, 1.8.5, 1.8.4 and 1.8.2 are still usable too, but version 1.8.3 is not.
Started by Chris Collins on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
From the announcement of Rails 2.2 :
Jeremy Kemper has been rocking on both Ruby 1.9 depend on for Ruby....
Based on their discussion board , Rails 2.3.0RC1 and later versions are compatible with Ruby 1.9.1 the site properly.
|
|
I'm one of those developers who isn't using TextMate with any of his Ruby/Ruby on Rails work. My particular loyalty in this arena lies with vim. What are your favorite tips/tricks for using vim with Ruby and/or Ruby on Rails to make you as efficient as...
Started by randombits on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To be posting new related to Rails vim plugins quite regularly (be it syntax highlighting or git integration)..
|
|
I'm looking to try out JRuby and JRuby on Rails. I'm having trouble finding information on what's difference between JRuby on Rails and Ruby on Rails.
What's the differences I need to look out for?
Started by epochwolf on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The main differences are
Jruby runs on Java VM and it's either have java class library (.jar... .
JRuby is the ruby implementation that runs on JVM (Matz's ruby is C implementation).
Available (at least the popular ones I have come across) .
|
|
The Scenario I am a C#/ASP.NET/MVC/Silverlight developer with a few years experience. I'm trying to kickstart my Ruby On Rails learning. I'm currently trying to get a real feel for ROR.
I Want To Know Standards As a .Net developer, you tend to use a standard...
Started by Goober on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
By the way, if you're planning on using IIS, IronRuby on Rails with plug-ins for Ruby now....
Otherwise, go for Ruby.
I would strongly recommend using regular Ruby On Rails - you don't want to have to worry about IronRuby.
|
|
Hi,
I am looking to understand conceptually what all goes in profiling a ruby or ruby on rails program (e.g. memory usage, speed of request dispatching, speed of connecting with external programs like DB) and what are the best tools (at a conceptual and...
Started by Vaibhav Gumashta on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Another possibility that I know of might be the Relic RPM, commercial application... .
The idea was to run them on JRuby and use JProfiler or other Java profiling tools to profile your Rails application.
For Ruby on Rails applications.
|
|
I wrote a small web app using ruby on rails, its main purpose is to upload, store, and display results from xml(files can be up to several MB) files. After running for about 2 months I noticed that the mongrel process was using about 4GB of memory. I ...
Started by Josh Moore on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In-a-long-running-ruby-process/
maybe you could give passenger (mod_rails) a try http://nubyonrails.comMemory leak is a problem in the current ruby implementation a good place to start about with long running ruby processes....
|