Categories
Ruby on Rails → Tips and Tutorials

SEO on Rails

Tips and Tricks for improving your RoR app so it is search engine friendly.
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

eRuby: Getting Started with Ruby on the Web

How to setup a Windows development PC and a shared web host environment so you can start developing Ruby web applications in the same way you do PHP, embedded in HTML. Ruby is easy to learn and has features that make it more useful than other web scr...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

eRuby: Getting Started with Ruby on Windows IIS

Yes, you can run Ruby on Windows and eRuby on Windows IIS web servers. Ruby has many features to process text files and to do system management tasks as languages like Perl or Python do. Ruby is also a great web scripting language. Follow this tutori...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

eRuby: Using Ruby DBI for database connectivity

If you want create a dynamic web page that works on more than just MySQL then try Ruby DBI. Ruby DBI will help you create a single database interface for connecting your web application to multiple database types like MySQL, PostGreSQL and SQL Server...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

eRuby: SUSIE a Simple Photo Gallery in Ruby

SUSIE is a simple image gallery that is an opensource eRuby application. It is interesting because it shows how Ruby, a powerful and fully object oriented programming language can be used to do the tiniest of tasks. Ruby can be used as a fast procedu...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • GPL
DETAILS

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...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • GPL
DETAILS

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 spe...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

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
  • Platforms
    • Linux,
    • Windows,
    • Mac OSX
  • Licenses
    • Other Free / Open Source License
DETAILS

Faster pagination in Rails

RoR''s default pagination methods have a number of bottlenecks. In this guide you will learn how to use paginating_find to create fast, reusable and good looking pagination code for your projects. This method also works for pagination of find_...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX
  • Licenses
    • Other Free / Open Source License
DETAILS

How To Do Test Driven Development In Rails

Test-driven development is A Good Thing. This article takes the example of a simple user authentication system controller and explain how to do test driven development using Rails.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2019 A--9.com