tag: ruby on rails
-
Lightning JSON in Rails / free
Rendering JSON is pretty easy in Rails: 1 render json: @statuses This works well if there are small number of records to be returned. But what …
0 comments | 1 favorite
over 5 years ago, by supercodepoet
-
Chili Prototype / free
A tool that lets you prototype a feature in your Rails app without a lot of conditionals in the code.
0 comments | 0 favorites
over 5 years ago, by supercodepoet
-
MiniTest and Rails 3.2 / free
Getting started with MiniTest and Ruby on Rails
0 comments | 1 favorite
over 5 years ago, by count
-
Ultimate Ruby + Rails Beginner Tutorial / free
The ultimate guide to learning ruby on rails. About 10 pages.
0 comments | 1 favorite
over 5 years ago, by bonzai
-
Getting Started with Ruby on Rails / free
In this article, I’ll help prepare you for your first foray into Rails by explaining what it is, how it works, and where it fits into the spectrum of web development and design. For the non-programmer or designer.
0 comments | 0 favorites
over 5 years ago, by bonzai
-
Tell, Don't Ask / free
One of my favorite tutorials about the "Tell, Don't Ask" concept. Examples in ruby/rails.
0 comments | 3 favorites
over 5 years ago, by pineapple
-
Introduction to Ruby on Rails / free
A 2 hour video introduction to rails.
0 comments | 4 favorites
over 5 years ago, by arbor
-
Rails Tutors / paid
An online course that teaches beginners about Ruby and then Rails.
0 comments | 3 favorites
over 5 years ago, anonymously
-
Models Rails vs .NET MVC / free
Comparison between asp.net mvc and ruby on rails models and properties.
0 comments | 1 favorite
over 5 years ago, by count
-
Custom fields in Rails / free
Tutorial/comparison for adding custom fields to objects in a Rails app using two methods: custom field tables, and PostgreSQL's hstore extension that puts NoSQL into your RDBMS.
0 comments | 2 favorites
over 5 years ago, by caithnes
-
Factory Girl / free
Allows you to create 'factories' that emulate a database in your testing.
1 comment | 1 favorite
over 5 years ago, by adiakritos
-
Rails Composer / free
Rails Composer: A better way to build a Rails starter app (rails scaffolding on steroids).
0 comments | 4 favorites
over 5 years ago, anonymously
-
Devise / free
Magically sets up all your basic authentication stuff for RoR Apps. Does your remember tokens, email confirmation, rememberable... takes care of everything.
0 comments | 2 favorites
over 5 years ago, by adiakritos
-
Berkley CS169: Using Ruby on Rails / free
CS169.1x teaches the fundamentals for engineering long–lasting software using highly–productive Agile techniques to develop Software as a Service (SaaS) using Ruby on Rails.
0 comments | 3 favorites
over 5 years ago, by SkinnyGeek1010
-
GitLab / free
Self Hosted Git Management Application.
6 comments | 2 favorites
over 5 years ago, by erlingur
-
Bootstrap Forms / free
Bootstrap Forms is a nice Rails generator that makes working with Bootstrap (by Twitter) even easier on Rails.
0 comments | 5 favorites
over 5 years ago, by erlingur
-
Rails 3 on Ubuntu / free
Very detailed installation tutorial for ruby 1.9.2, rails 3, on Ubuntu 11.* Install Rails 3 on Ubuntu
0 comments | 0 favorites
over 5 years ago, by st0rk
-
Simple and RESTful Authentication for Ruby on Rails / free
This in-depth tutorial teaches you how to build an authentication system for Ruby on Rails that follows RESTful patterns.
0 comments | 1 favorite
over 5 years ago, by Kerrick
-
Installing Rails 3.2 / free
Installing Rails 3.2.8: Detailed (and current) instructions on how to install the latest release of Rails 3.2 with advice and troubleshooting tips.
0 comments | 2 favorites
over 5 years ago, by pineapple