The Login Page (Ruby on Rails) Part 2

Doing It ‘The Rails Way’ Building the registration page and login the way we did was instructive. You got to see how to access the database using ActiveRecord, migrations, etc. All useful stuff, but building this particular code by hand is not how it’s done in Rails. It just doesn’t make sense to recreate all […]

Read More

Using Configuration Files (Ruby on Rails)

Introduction Today we’re going to tackle the same material as in this posting: Using Configuration Files (PHP) Configuration In Rails Fortunately, this is going to be an easy one. In Rails you use the config/database.yml file from the very beginning of your project to setup your connection to the three databases you normally use in […]

Read More