Api.rubyonrails.org
#11

Ruby on Rails Documentation

Official API of the framework. Provides an explanation of every class and functionality.

Link: api.rubyonrails.org

  • ActionController::ConditionalGet

    api.rubyonrails.org 07 May '13, 1pm

    Sets the etag and/or last_modified on the response and checks it against the client request. If the request doesn’t match the options provided, the request is considered stale and should be generated from scratch. Otherwise, it’s fresh and we don’t need to generate anything and a repl...

  • ActiveRecord::Associations::ClassMethods

    api.rubyonrails.org 11 May '13, 6pm

    Specifies a many-to-many relationship with another class. This associates two classes via an intermediate join table. Unless the join table is explicitly specified as an option, it is guessed using the lexical order of the class names. So a join between Developer and Project will give...

  • ActiveSupport::Inflector

    api.rubyonrails.org 24 Apr '13, 7pm

    The Inflector transforms words from singular to plural, class names to table names, modularized class names to ones without, and class names to foreign keys. The default inflections for pluralization, singularization, and uncountable words are kept in inflections.rb. The Rails core te...

  • ActiveSupport::MessageVerifier

    api.rubyonrails.org 05 Apr '13, 8pm

    MessageVerifier makes it easy to generate and verify messages which are signed to prevent tampering. This is useful for cases like remember-me tokens and auto-unsubscribe links where the session store isn’t suitable or available. Remember Me: cookies[:remember_me] = @verifier.generate...

  • Array

    api.rubyonrails.org 29 Apr '13, 9pm

    activesupport/lib/active_support/core_ext/array/access.rb activesupport/lib/active_support/core_ext/array/conversions.rb activesupport/lib/active_support/core_ext/array/extract_options.rb activesupport/lib/active_support/core_ext/array/grouping.rb activesupport/lib/active_support/core...

  • String

    api.rubyonrails.org 26 Apr '13, 2pm

    mb_chars is a multibyte safe proxy for string methods. In Ruby 1.8 and older it creates and returns an instance of the ActiveSupport::Multibyte::Chars class which encapsulates the original string. A Unicode safe version of all the String methods are defined on this proxy class. If the...

  • ActionView::Helpers::FormHelper

    api.rubyonrails.org 25 Apr '13, 2am

    Returns a checkbox tag tailored for accessing a specified attribute (identified by method ) on an object assigned to the template (identified by object ). This object must be an instance object (@object) and not a local object. It’s intended that method returns an integer and if that ...

  • String

    api.rubyonrails.org 20 Apr '13, 5pm

    mb_chars is a multibyte safe proxy for string methods. In Ruby 1.8 and older it creates and returns an instance of the ActiveSupport::Multibyte::Chars class which encapsulates the original string. A Unicode safe version of all the String methods are defined on this proxy class. If the...

Related

docs.rubygems.org
RubyGems Manuals
rubyinside.com
Ruby Inside: The Ruby Blog
apidock.com
APIdock: Front page
git-scm.com
Git - Fast Version Control System
macromates.com
TextMate — The Missing Editor for Mac OS X
rake.rubyforge.org
Rake -- Ruby Make
railsapi.com
Rails Searchable API Doc
blog.hasmanythrough.com
has_many :through
modrails.com
Phusion Passenger application server
pragprog.com
The Pragmatic Bookshelf
nubyonrails.com
Nuby on Rails | Ruby on Rails for Newbies
ruby-lang.org
Ruby Programming Language
perity.com
Perity Studios
agilewebdevelopment.com
Ruby on Rails Plugins | AgileWebDevelopment
rubycorner.com
RubyCorner - Ruby's Blog Directory - Last Updated
ruby-forum.com
Ruby Forum: Forum
jruby.org
Home — JRuby.org
radiantcms.org
Radiant CMS
therailsway.com
The Rails Way -
rubyforge.org
RubyForge: Welcome
postgresql.org
PostgreSQL: Welcome
sqlite.org
SQLite Home Page
ruby-doc.org
Ruby-Doc.org: Documenting the Ruby Language
rspec.info
RSpec.info: home
jquery.com
jQuery: The Write Less, Do More, JavaScript Library
script.aculo.us
script.aculo.us - web 2.0 javascript
agilemanifesto.org
Manifesto for Agile Software Development
rails.homelinux.org
Four Days on Rails
railsapi.org
Jeremy Durham - Ruby, Rails, and everything in between.
railscasts.com
RailsCasts: Ruby on Rails Screencasts
rubygems.org
RubyGems.org | your community gem host
weblog.jamisbuck.org
the { buckblogs :here }
netbeans.org
Welcome to NetBeans
rdoc.sourceforge.net
RDoc - Document Generator for Ruby Source