Subscribe
Tutorial search

How to Build an Unobtrusive Login System in Rails - Ruby on Rails tutorial


An unobtrusive login system is one that gets out of the user’s way. It will make your application nicer and more polished. This article will guide you through the process of setting up user logins, then ajaxifying the process by moving the form into a modal box that communicates with the server.
Category: Ruby on Rails > Security - Difficulty:


More cool Ruby on Rails tutorials:



How to Install Rails on Ubuntu Linux
How to Install Rails on Ubuntu Linux
A quick primer on installing Ruby on Rails in Ubuntu Linux--should work with other Debian-based installations.
Difficulty:
Making a blog app (with comments) in Rails
Making a blog app (with comments) in Rails
I'm a ruby and rails newcomer, and for my wordpress blog "nubyonrails" decided to work through David Heinemeier Hansson's famous "blog site" Rails demo movie, from the FISL 6.0 conference in Brazil, 2005. It's written for fellow ruby/rails newcomers but covers quite a lot of ground.
Difficulty:
Rails many-to-many association tutorial
Rails many-to-many association tutorial
This tutorial teaches basics of many-to-many relationships. You will learn how to use has_and_belongs_to_many association as well as has_many :through association.
Difficulty:
Ruby on Rails for Designers
Ruby on Rails for Designers
Ruby on Rails for Designers on net.tutsplus.com for beginners
Difficulty:
Ruby for Newbies: Variables, Datatypes, and Files
Ruby for Newbies: Variables, Datatypes, and Files
Ruby is a one of the most popular languages used on the web. We’ve recently started a new screencast series here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with Ruby development. Today, we’ll look at the basic Ruby datatypes, as well as using variables and storing your Ruby code in files.
Difficulty: