06 Feb '14, 5pm

The Rails Command Line — Ruby on Rails Guides Finding your way around the rails generate scripts

$ rails generate scaffold HighScore game:string score:integer invoke active_record create db/migrate/20120528060026_create_high_scores.rb create app/models/high_score.rb invoke test_unit create test/models/high_score_test.rb create test/fixtures/high_scores.yml invoke resource_route route resources :high_scores invoke scaffold_controller create app/controllers/high_scores_controller.rb invoke erb create app/views/high_scores create app/views/high_scores/index.html.erb create app/views/high_scores/edit.html.erb create app/views/high_scores/show.html.erb create app/views/high_scores/new.html.erb create app/views/high_scores/_form.html.erb invoke test_unit create test/controllers/high_scores_controller_test.rb invoke helper create app/helpers/high_scores_helper.rb invoke test_unit create test/helpers/high_scores_helper_test.rb invoke assets invoke coffee create app/assets/jav...

Full article: http://guides.rubyonrails.org/command_line.html#rails-gen...

Tweets

Prevent email havesting in rails using the mail...

api.rubyonrails.org 06 Feb '14, 5pm

<%= button_to "New", action: "new" %> # => "<form method="post" action="/controller/new" class="button_to"> # <div><input ...

@oujiro_coffee 多少面倒でもいいならここの最初のやつを

oiax.jp 08 Feb '14, 12pm

% mkdir ~/src % cd ~/src % wget http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p195.tar.gz % tar xzf ruby-2.0.0-p195.tar...

Ruby on Rails Guides:

guides.rubyonrails.org 13 Feb '14, 10pm

Ruby on Rails Guides (v3.2.14) These are the new guides for Rails 3.2 based on v3.2.14 . These guides are designed to make...

Nested Resources and making RESTful paths for t...

guides.rubyonrails.org 03 Feb '14, 4am

Active Record Basics Rails Database Migrations Active Record Validations Active Record Callbacks Active Record Association...

Back to Basics: HTTP Requests in Rails Apps

rubyflow.com 05 Feb '14, 11pm

Back to Basics: HTTP Requests in Rails Apps Posted by croaky on February 06, 2014 — 0 comments This article breaks down an...

Medium's Ruby on Rails Collection

rubyflow.com 03 Feb '14, 8pm

Medium's Ruby on Rails Collection Posted by rizwanreza on February 03, 2014 — 0 comments I've been seeing quite a lot...

rxjs-rails (2.2.13): This gem makes the RxJS js...

rubygems.org 07 Feb '14, 2pm

This gem makes the RxJS js files available to the rails asset pipeline

@amyhoy rake assets:clean – Rails got you cover...

edgeguides.rubyonrails.org 24 Jan '14, 3pm

$ rails generate scaffold HighScore game:string score:integer invoke active_record create db/migrate/20130717151933_create...

On Ruby:

on-ruby.blogspot.com 11 Feb '14, 11pm

As I studied Ruby over the past 2 years while working on the book, I’ve been surprised and intrigued by how much of Ruby’s...

Rails for Zombies ha sido actualizado a Rails 4...

railsforzombies.org 18 Feb '14, 6pm

Level 1 Change Level Find I Create Find II Query Update Destroy Download Slides Download HD Video Download SD Video An Env...

Back to Basics: HTTP Requests in Rails Apps

Back to Basics: HTTP Requests in Rails Apps

robots.thoughtbot.com 05 Feb '14, 7pm

Request bodies are defined by a form's markup. In the form tag there is an attribute called enctype , this attribute tells...

PostgreSQL awesomeness for Rails developers

rubyflow.com 04 Feb '14, 4pm

PostgreSQL awesomeness for Rails developers Posted by hubertlepicki on February 04, 2014 — 0 comments I just posted a bit ...

Arduino is Rails for Hardware Hacking via @pivo...

pivotallabs.com 02 Feb '14, 6am

Just as Rails did for web development, the Arduino project combines powerful layers of abstraction with sensible defaults,...

I'll admit it. I've been using Rails for years ...

guides.rubyonrails.org 30 Jan '14, 3pm

method does the heavy lifting of rendering your application's content for use by a browser. There are a variety of ways to...

Ruby, You Autocomplete Me

rubyflow.com 07 Feb '14, 4am

Ruby, You Autocomplete Me Posted by rossta on February 07, 2014 — 0 comments An exercise in extending autocompletion on th...