Active Articles: 2038
Total Categories: 16
Sub Categories:616
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 ... learn more
| ||||||||
| ||||||||
Rails Photo Gallery | ||||||||
This article contains step-by-step tutorial for creating photo gallery in Ruby On Rails -- basically a list of jpeg images with uploading/editing support. Command-line ImageMagick tools are used to generate thumbnails and determine image width and height. No Rails plugins or Ruby libraries (like RMagick) required. ... learn more
| ||||||||
| ||||||||
SEO on Rails | ||||||||
Tips and Tricks for improving your RoR app so it is search engine friendly. ... learn more
| ||||||||
| ||||||||
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 ... learn more
| ||||||||
| ||||||||
Introduction to Ruby for Mac OS X | ||||||||
Applie included Ruby with the Jaguar OS. In this article, Jim explains how to use this pure object oriented scripting language by exploring Ruby's features. ... learn more
| ||||||||
| ||||||||
Distributing Rails Applications | ||||||||
In this tutorial, we'll go through the following steps: Setup the environment Create the SQLite database Develop the Rails application Create the RBA (= Ruby archive) from the application with Tar2RubyScript Create the standalone executable with RubyScript2Exe ... learn more
| ||||||||
| ||||||||
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 scripting languages. Now you can use eRuby to ... learn more
| ||||||||
| ||||||||
How to allow some safe HTML in Rails projects | ||||||||
This article contains simple Ruby function ae_some_html which allows usage of basic HTML tags and converts everything else to entity-escaped HTML code. ... learn more
| ||||||||
| ||||||||
Ruby on Rails on Oracle: A Simple Tutorial | ||||||||
This article is not intended to be a booster piece for Rails nor is it an expose. It’s simply an introduction to the technology. It contains both praise and criticism. At times the criticism might appear a bit heavy handed (especially to Rails enthusiasts), but don’t be fooled. Using any Web application framework is going ... learn more
| ||||||||
| ||||||||
Rails Best Practices, Tips and Tricks | ||||||||
Because Rails is a young framework, I thought it would be helpful to write up what I consider best practices when coding with it both for my new coworkers and the web at large. Here’s my current draft. Feel free to critique and comment. I’m very open to suggestions. ... learn more
| ||||||||
| ||||||||
Understanding Controllers in Ruby-on-Rails | ||||||||
This tutorial will focus on the ActionController. The first sections will cover the services provided by ActionController and the techniques to access them. The final section will provide insight into using these techniques in the real world. ... learn more
| ||||||||
| ||||||||
Understanding Action Views in Ruby on Rails | ||||||||
This article covers the basic services provided by the ActionView. The ActionView helps you present data to your users. Keep reading to learn some terminology and study an example application. ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
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. This article also explains some of the typical mistakes made when ... learn more
| ||||||||
| ||||||||
Set up Ruby on Rails in Windows | ||||||||
Here's a quick Howto on setting up Ruby on Rails for Windows. ... learn more
| ||||||||
| ||||||||
Beginning Relationships in Rails | ||||||||
The Rails framework takes most of the headache away from developing these relationships and almost entirely eliminates the need to write low-level queries to your database. If you've spent time writing those queries, Rails' ActiveRecord will make sense, but for those of you who are just getting started this can be confusing. ... learn more
| ||||||||
| ||||||||
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 tutorial and you can use Ruby on your Windows IIS ... learn more
| ||||||||
| ||||||||

