aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make it clear that you can also pass a full url to assert_routing."Vijay Dev2012-07-211-3/+0
* Revert "Fix a reference"Xavier Noria2012-07-211-1/+1
* Make it clear that you can also pass a full url to assert_routing.Sytse Sijbrandij2012-07-201-0/+3
* Fix typosOscar Del Ben2012-07-191-3/+3
* Fix a referenceErich Kist2012-07-191-1/+1
* Add nodocs to delegation module and docs for merge!Oscar Del Ben2012-07-172-1/+2
* Update batches docsOscar Del Ben2012-07-171-6/+6
* Add nodoc to HashMerger and MergerOscar Del Ben2012-07-171-2/+2
* Fix typos and add nodocs to NullRelationOscar Del Ben2012-07-172-4/+4
* Improve docs for AR RelationOscar Del Ben2012-07-171-7/+19
* Add docs for Relation initialize, create and create!Oscar Del Ben2012-07-161-1/+34
* Don't link to edgeguides in docsOscar Del Ben2012-07-161-1/+1
* TypoOscar Del Ben2012-07-161-1/+0
* Add documentation for query_methods bang methodsOscar Del Ben2012-07-161-1/+20
* Add nodoc to create_with_valueOscar Del Ben2012-07-161-1/+1
* Add documentation for arel and build_arelOscar Del Ben2012-07-161-0/+2
* Add documentation for create_withOscar Del Ben2012-07-161-1/+19
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-07-1511-38/+218
|\
| * session_id column is string in defaultkennyj2012-07-151-1/+1
| * add note about requiring gem dependencies before initialization [ci skip]Francesco Rodriguez2012-07-131-6/+28
| * Added note about feature requests and rails-core list.Steve Klabnik2012-07-131-0/+2
| * Updated with_routing example to 3.x syntax [ci skip]Wojciech Wnętrzak2012-07-131-7/+4
| * Change Assertion language to Expected/Actual from obj1/obj2Scott Stewart2012-07-121-5/+5
| * Fixes typo in CommentsController#create example Andy Lindeman2012-07-111-1/+1
| * Fix typoChun-wei Kuo2012-07-111-1/+1
| * [getting started] update a code listingSimon Hengel2012-07-101-0/+1
| * use 'use_zone' method in example, instead of reimplementing itJakub Kuźma2012-07-101-5/+5
| * Add info note about sass/coffeescript use in engine assets to guideMarten Veldthuis2012-07-091-0/+2
| * Fixed second assert_match - previous one didn't make any sense (if the first ...Jakub Kuźma2012-07-091-1/+1
| * It's better to pass strings to assert_match - it converts them to regular exp...Jakub Kuźma2012-07-091-2/+2
| * Revert "Select missing formbuilder typo."Dan Patrick2012-07-081-2/+2
| * Select missing formbuilder typo.Dan Patrick2012-07-081-2/+2
| * Document building complex forms using accepts_nested_attributes_forFrederick Cheung2012-07-081-8/+127
| * Add docs for having, lock and readonlyOscar Del Ben2012-07-071-0/+12
| * Add doc for joins and improve includes docOscar Del Ben2012-07-071-2/+17
| * Add docs for eager_laod and preloadOscar Del Ben2012-07-071-0/+10
* | adds a missing require [fixes #6896]Xavier Noria2012-07-152-1/+1
* | Merge pull request #7057 from kennyj/fix_sql_bypass_problemRafael Mendonça França2012-07-142-1/+15
|\ \
| * | Fix SqlBypass.data_column= problem. SqlBypass.find_by_session_id method didn'...kennyj2012-07-152-1/+15
* | | Merge pull request #7056 from kennyj/avoid_twice_callRafael Mendonça França2012-07-141-6/+8
|\| |
| * | Avoid to call send(store_attribute) twice.kennyj2012-07-151-6/+8
|/ /
* | Merge pull request #7053 from pferdefleisch/activesupport-timely-requiresXavier Noria2012-07-143-0/+14
|\ \
| * | Added time related req files to AS core_ext #6896Aaron Cruz2012-07-143-0/+14
|/ /
* | teaching the mysql adapter how to typecast strings returned from the databaseAaron Patterson2012-07-132-4/+134
* | fixing tests to deal with data differences between prepared statements and no...Aaron Patterson2012-07-133-3/+8
* | Fixing texts; down to three failing tests.Jeremy Cole2012-07-132-15/+24
* | Only use prepared statements when bind variables are presentJeremy Cole2012-07-131-34/+40
* | fix association :extend optionJon Leighton2012-07-136-16/+26
* | Merge pull request #7048 from kennyj/tiny_fixesRafael Mendonça França2012-07-133-14/+10
|\ \
| * | Remove duplicated unique index name.kennyj2012-07-141-4/+7