aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Small fix in cookie docs and trailing whitespacesCarlos Antonio da Silva2010-07-151-7/+7
* Migrations guide: minor typos correctedJaime Iniesta2010-07-151-3/+4
* Merge remote branch 'docrails/master'Xavier Noria2010-07-151-22/+24
|\
| * AR queying guide: let limit and offset be different numbers to help making cl...Xavier Noria2010-07-141-6/+6
| * Active Record Query Interface Guide: Corrected the explanation for the OFFSET...Michael Hutchinson2010-07-141-1/+1
| * Active Record Query Interface Guide: Fixed a few typos and made minor changes...Michael Hutchinson2010-07-141-10/+10
| * Active Record Query Interface Guide: Fixed minor typos.Michael Hutchinson2010-07-141-7/+9
* | layouts and rendering guide: use content_for? instead of the yield or yield i...Xavier Noria2010-07-151-1/+1
* | clean up ||= with an initialized variable and attr_readerAaron Patterson2010-07-141-5/+2
* | Style fixeswycats2010-07-143-22/+24
* | primary_key_name already checks for the model_classAaron Patterson2010-07-141-2/+2
* | use array intersection for dry / faster codeAaron Patterson2010-07-141-3/+2
* | activerecord tests should inherit from ActiveRecord::TestCaseAaron Patterson2010-07-144-4/+4
* | remove useless ternary in PostgreSQL adapterAaron Patterson2010-07-141-1/+1
* | PostgreSQLAdapter#query string interpolation calls to_s for usAaron Patterson2010-07-141-1/+1
* | PostgreSQLAdapter#query bail early if there is no column and dry up our condi...Aaron Patterson2010-07-141-4/+6
* | Let's initialize instance variables in the postgres adapter.Aaron Patterson2010-07-142-0/+20
* | Remove unintentional API changes. [#1108]Pratik Naik2010-07-143-50/+17
* | Style fixesPratik Naik2010-07-143-24/+22
* | revises the rdoc of update_attributes and update_attributes! to document they...Xavier Noria2010-07-141-4/+9
* | upgrade prototype to be compatible with rails.js [#5109 state:committed]Andrew Kaspick2010-07-141-890/+2017
* | Set destroyed=true in opt locking's destroy [#5058 state:resolved]Jacob Lewallen2010-07-142-1/+3
* | Revert "Improve performance of MessageVerifier while keeping it constant time"wycats2010-07-131-4/+4
* | AS guides: reword the docs of Enumerable#group_byXavier Noria2010-07-131-4/+2
* | count method should not take options if it is operated on has_many associatio...Neeraj Singh2010-07-132-2/+31
* | update_attributes and update_attributes! are now wrapped in a transactionNeeraj Singh2010-07-133-5/+32
* | reducing range comparisons when converting types to sqlAaron Patterson2010-07-131-3/+4
* | only loop through all rows and columns once in the postgres adapterAaron Patterson2010-07-131-23/+23
* | use constants instead of magic numbers. meowAaron Patterson2010-07-131-1/+3
* | Makes CI builder install --pre version of Bundler, now that bundle install wo...Santiago Pastorino2010-07-131-3/+3
|/
* Merge remote branch 'docrails/master'Xavier Noria2010-07-1315-38/+72
|\
| * Fixed many references to the old config/environment.rb and Rails::InitializerBenjamin Quorning2010-07-1310-26/+26
| * Merge branch 'master' of github.com:lifo/docrailsJaime Iniesta2010-07-124-4/+4
| |\
| | * Removed deprecated |map| block argument from routing docs since it is no long...Steven Hancock2010-07-114-4/+4
| * | Getting started guide: typos and changelogJaime Iniesta2010-07-121-1/+2
| * | Getting started guide: Post validation example is clearer if we do p=Post.new...Jaime Iniesta2010-07-111-1/+1
| * | Getting started guide: rephrase the paragraph about the root route for better...Jaime Iniesta2010-07-111-5/+4
| |/
| * missing article, only seen in github's colored diff by the beard of the prophetXavier Noria2010-07-101-1/+1
| * revises recent commit related to :uniq => trueXavier Noria2010-07-102-29/+23
| * expanding on :uniq option in has_manyNeeraj Singh2010-07-092-2/+42
* | Added reorder delegation for ActiveRecord::Base(to be able to overwrite the d...Vitalii Khustochka2010-07-133-1/+8
* | remove size attribute from tag generated by file_field helper [#5084 state:re...Miles Egan2010-07-132-1/+6
* | string IDs are now quoted correctly [#5064 state:resolved]Will St. Clair + Neeraj Singh2010-07-139-2/+53
* | renaming test name to fix accidently overrideSubba Rao Pasupuleti2010-07-131-1/+1
* | enable AS::JSON.encode to encode AR::Relation by providing `as_json` methodMislav Marohnić2010-07-132-1/+10
* | Tidying up a bit, so update_attribute is not called twice on touch.José Valim2010-07-132-25/+17
* | with this fix touch method - does not call validations - doest not call callb...Neeraj Singh2010-07-133-9/+18
* | our method is modifying the original array, so refactor to use destructive me...Aaron Patterson2010-07-121-5/+4
* | PostgreSQLAdapter#select_raw removing dead codeAaron Patterson2010-07-121-3/+0
* | PostgreSQLAdapter#select_raw use each_with_index to avoid multiple array lookupsAaron Patterson2010-07-121-5/+5