One problem that seems to face people when they’re attempting to move their applications into production is the best way to manage deployment of their application. This is where tools like capistrano comes in.
Capistrano was written by Jamis Buck of 37signals. In a lot of ways it has become the defacto way to deploy Ruby on Rails applications. It has also had tools like webistrano build on top of it to provide a graphical interface to the command line tool.
To get started, you need to install the capistrano gem:
Read More
authentication, capistrano, config, controllers, create, data, Database, deployment, git, github, passenger, Rails, Ruby, Ruby on Rails, server, webserver
While looking at articles and resources about authentication in Ruby on Rails I ran across a set of generators written by Ryan Bates of Railscasts. You can find the nifty generators at http://github.com/ryanb/nifty-generators/tree/master
I ran the generators and have posted the resulting code at http://github.com/charlesmaxwood/nifty/tree/master.
Read More
authentication, config, controllers, gems, layouts, migrations, models, Ruby on Rails, scaffold