Prevent email havesting in rails using the mail...
<%= button_to "New", action: "new" %> # => "<form method="post" action="/controller/new" class="button_to"> # <div><input ...
@oujiro_coffee 多少面倒でもいいならここの最初のやつを
% 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:
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...
Active Record Basics Rails Database Migrations Active Record Validations Active Record Callbacks Active Record Association...
Back to Basics: HTTP Requests in Rails Apps
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
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...
This gem makes the RxJS js files available to the rails asset pipeline
@amyhoy rake assets:clean – Rails got you cover...
$ rails generate scaffold HighScore game:string score:integer invoke active_record create db/migrate/20130717151933_create...
On Ruby:
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...
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
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
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...
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 ...
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
Ruby, You Autocomplete Me Posted by rossta on February 07, 2014 — 0 comments An exercise in extending autocompletion on th...