Difference between revisions of "Ruby-on-Rails"

From Klenwell Wiki
Jump to navigation Jump to search
(Created page with "== What Is Ruby on Rails? == Ruby on Rails is my favorite web-application framework. Additional information: * https://rubyonrails.org/ * https://guides.rubyonrails.org/ * ht...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== What Is Ruby on Rails? ==
 
== What Is Ruby on Rails? ==
Ruby on Rails is my favorite web-application framework. Additional information:
+
Ruby on Rails is my favorite web application framework. If I need to build a web application rapidly and cleanly, this is the framework I prefer to use. For students interested in learning web application development, this is the framework I recommend they use. Want a second opinion?
 +
 
 +
* https://news.ycombinator.com/item?id=19517560
 +
* https://news.ycombinator.com/item?id=20920555
 +
 
 +
For more information on Rails, see:
  
 
* https://rubyonrails.org/
 
* https://rubyonrails.org/
 
* https://guides.rubyonrails.org/
 
* https://guides.rubyonrails.org/
 +
* https://gorails.com/setup
 
* https://en.wikipedia.org/wiki/Ruby_on_Rails
 
* https://en.wikipedia.org/wiki/Ruby_on_Rails
  
 
== Best Practices ==
 
== Best Practices ==
 +
* [[Rails:Tests|Testing]]
 
* [[Rails:Migrations|Migrations]]
 
* [[Rails:Migrations|Migrations]]
 +
* [[rbenv]]

Latest revision as of 20:43, 17 April 2021

What Is Ruby on Rails?

Ruby on Rails is my favorite web application framework. If I need to build a web application rapidly and cleanly, this is the framework I prefer to use. For students interested in learning web application development, this is the framework I recommend they use. Want a second opinion?

For more information on Rails, see:

Best Practices