|
|
| Sub Categories |
|
|
- Rails and SQL queries
Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with plain SQL queries(without any model classes) for specific database operations.
- 150+ Ruby on Rails Tutorials
Over the last couple of months, I have collected over 150 Ruby on Rails links at Top-Ten-Tutorials.com
- eRuby: How to use Ruby CGI and ERB templating for Web Pages
Ruby is a great language to use to create a dynamic website. Here's how to use it to do CGI scripting. Using eRuby ERB templating to seperate the HTML from the script makes CGI a perfect alternative to using the Rails framework. Easy and faster than you would expect. So easy in fact that you may forget about using Rails all together.
|
|
|
|
|
|
|
|
|