aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Gist URLs are now namespacedAkira Matsuda2013-02-186-11/+11
* Merge pull request #9313 from bkzl/return-false-on-toggle-on-error-pagesGuillermo Iguaran2013-02-172-6/+7
|\
| * Return false on toggle on error pagesBartlomiej Kozal2013-02-172-6/+7
* | Merge pull request #9312 from Takehiro-Adachi/add_tests_for_ar_createGuillermo Iguaran2013-02-171-0/+8
|\ \ | |/ |/|
| * add tests for ActiveRecord::Base#createTakehiro Adachi2013-02-181-0/+8
|/
* Add CHANGELOG entry for 41ff6a10216f48f43605a1f9cd6094765cab750fAndrew White2013-02-171-0/+40
* Merge pull request #9307 from wangjohn/remove_unneeded_md5_digestXavier Noria2013-02-161-1/+0
|\
| * Removed an old require of an MD5 digest which is no longer used.wangjohn2013-02-151-1/+0
* | copy-edits RDoc in fba496fXavier Noria2013-02-161-4/+4
* | Remove valid_type? methodJon Leighton2013-02-154-17/+0
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-02-1511-9/+68
|\ \
| * | copy edits [ci skip]Vijay Dev2013-02-152-3/+3
| * | Revert "incorrect content of models/comment.rb after 'rails generate'"Rafael Mendonça França2013-02-131-2/+0
| * | incorrect content of models/comment.rb after 'rails generate'Kuba Brecka2013-02-131-0/+2
| * | Correct bullet content line wrappingTim "Roger" Harvey2013-02-121-1/+1
| * | Detail Ruby 1.8 ships with TestUnit and Ruby 1.9 with MiniTestAmerico Savinon2013-02-121-1/+4
| * | Fix typo.Carson McDonald2013-02-111-1/+1
| * | Fix supported ruby version for Rails 4Ryunosuke SATO2013-02-101-1/+1
| * | Fix CoffeeScript exampleRyunosuke SATO2013-02-101-1/+1
| * | Clarify ActiveModel::Validator initialization in docs.Henrik Nyh2013-02-091-0/+3
| * | Validations guide: validates_with init clarification.Henrik Nyh2013-02-091-0/+29
| * | Add example for ActiveRecord::Base.joins using a string as argumentMaurizio De Santis2013-02-071-0/+5
| * | Add example for ActiveRecord::Base.group using a string as argumentMaurizio De Santis2013-02-071-0/+3
| * | Add documentation for ActiveRecord.select when use strings as argumentsMaurizio De Santis2013-02-071-0/+10
| * | Add ActiveRecord.count documentation when used on group relationsMaurizio De Santis2013-02-071-0/+6
| * | Change Class#subclasses doc exampleDalibor Nasevic2013-02-061-2/+2
| * | Fixing the examples for button_toMarc Baumbach2013-02-061-2/+2
| * | Fix file name in document [ci skip]Ryunosuke SATO2013-02-051-1/+1
* | | Revert "Make valid_type? public"Jon Leighton2013-02-154-12/+17
* | | Revert "checking in the abstractions for valid type checking:"Jon Leighton2013-02-154-28/+1
* | | Revert "Revert "Merge pull request #9206 from ranjaykrishna/use_define_method""Jon Leighton2013-02-151-18/+13
* | | Revert "Merge pull request #9206 from ranjaykrishna/use_define_method"Jon Leighton2013-02-151-13/+18
* | | Merge pull request #9298 from wangjohn/add_documentation_to_migration_collisionJeremy Kemper2013-02-151-1/+1
|\ \ \ | |_|/ |/| |
| * | Added extra comment when a migration already exists of the same name.wangjohn2013-02-151-1/+1
|/ /
* | Merge pull request #8704 from senny/remove_regexp_global_from_url_forAaron Patterson2013-02-142-2/+9
|\ \
| * | replace regexp global in #url_forYves Senn2013-01-162-2/+9
* | | Merge pull request #9252 from senny/8423_hmt_preloading_bugRafael Mendonça França2013-02-143-1/+30
|\ \ \
| * | | don't cache invalid subsets when preloading hmt associations.Yves Senn2013-02-143-1/+30
* | | | Merge pull request #9285 from rahul100885/masterGuillermo Iguaran2013-02-141-1/+1
|\ \ \ \
| * | | | Bump rack-test dependency to 0.6.2Rahul P. Chaudhari2013-02-141-1/+1
| |/ / /
* | | | Merge pull request #9283 from rubys/masterCarlos Antonio da Silva2013-02-144-17/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Make valid_type? publicSam Ruby2013-02-144-17/+12
|/ / /
* | | Merge pull request #9254 from warnickr/9253_avoid_bigdecimal_performance_issueCarlos Antonio da Silva2013-02-131-4/+5
|\ \ \
| * | | 9253: Before writing a numeric attribute value, ActiveRecord does an implicitRyan Warnick2013-02-131-4/+5
* | | | Merge pull request #9115 from bensie/issue_5802Steve Klabnik2013-02-133-1/+36
|\ \ \ \
| * | | | Don't call after_commit when creating through an association and save fails, ...James Miller2013-02-133-1/+36
|/ / / /
* / / / Avoid to_sym callsSantiago Pastorino2013-02-131-1/+1
|/ / /
* | | Merge pull request #9204 from ranjaykrishna/col-probAaron Patterson2013-02-128-1/+43
|\ \ \
| * | | checking in the abstractions for valid type checking:Ranjay Krishna2013-02-128-1/+43
* | | | Merge pull request #9206 from ranjaykrishna/use_define_methodCarlos Antonio da Silva2013-02-121-18/+13
|\ \ \ \