Difference between revisions of "Ruby-on-Rails"

From Klenwell Wiki
Jump to navigation Jump to search
(What Is Ruby on Rails?)
(Best Practices)
Line 12: Line 12:
  
 
== Best Practices ==
 
== Best Practices ==
 +
* [[Rails:Tests|Testing]]
 
* [[Rails:Migrations|Migrations]]
 
* [[Rails:Migrations|Migrations]]

Revision as of 10:59, 13 November 2020

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