web bookmarks on rails: step three
Thursday, February 21st, 2008 Posted in Ruby on Rails, web bookmarks | 4,246 Comments »Want to start at the beginning? web bookmarks on rails: step zero web bookmarks on rails: step one web bookmarks on rails: step two For this stage our aim is to be able to finally see something in action in a web browser. ...
web bookmarks on rails: step two
Wednesday, February 20th, 2008 Posted in Ruby on Rails, web bookmarks | 4,266 Comments »Want to start at the beginning? web bookmarks on rails: step zero web bookmarks on rails: step one In this step, we'll be setting up an authentication system using the restful_authentication plugin, and include acts_as_state_machine and user notifications via email. The out-of-the-box ...
web bookmarks on rails: step one
Saturday, February 16th, 2008 Posted in Ruby on Rails, web bookmarks | 4,255 Comments »Want to start at the beginning? web bookmarks on rails: step zero If you've already installed ruby and rails on your computer, you're ready to begin. 1.1 Any Ruby on Rails project begins with a simple step: asking rails to auto-generate the skeleton of ...
web bookmarks on rails: step zero
Saturday, February 16th, 2008 Posted in Ruby on Rails, web bookmarks | 4,334 Comments »0.1 An introduction to the project. I have a personal web site written in perl that I've been using for years. It's essentially a web front-end to a database that holds all my bookmarks. I don't keep any bookmarks in ...