aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* also rename indexes when a table or column is renamedYves Senn2013-02-207-8/+73
* moves the new :nsec date format to the Active Support changelog [ci skip]Xavier Noria2013-02-202-6/+5
* revises the documentation of AR::Base.cache_timestamp_format [ci skip]Xavier Noria2013-02-201-2/+4
* Merge pull request #8613 from senny/8264_character_limit_for_indicesRafael Mendonça França2013-02-206-14/+69
|\
| * reserve less chars for internal sqlite3 operationsYves Senn2013-02-201-7/+7
| * reserve index name chars for internal rails operationsYves Senn2013-02-206-9/+64
|/
* Merge pull request #9332 from wangjohn/adding_documentation_to_error_raising_...Rafael Mendonça França2013-02-203-15/+45
|\
| * Added comments about the check_empty_arguments method which is calledwangjohn2013-02-203-15/+45
* | Merge pull request #9342 from hone/db_migrate_with_database_urlRafael Mendonça França2013-02-201-1/+1
|\ \
| * | make type_cast_value a class level methodTerence Lee2013-02-211-1/+1
| |/
* | Merge pull request #9068 from wangjohn/transaction_callback_patchRafael Mendonça França2013-02-206-6/+89
|\ \
| * | Reduced memory leak problem in transactions by lazily updating AR objects wit...wangjohn2013-02-206-6/+89
| |/
* | Merge pull request #9341 from senny/move_precompiled_asset_config_to_applicationRafael Mendonça França2013-02-203-6/+10
|\ \ | |/ |/|
| * move config.assets.precompile into config/application.rbYves Senn2013-02-203-6/+10
* | Merge pull request #9120 from hone/db_migrate_with_database_urlRafael Mendonça França2013-02-205-10/+24
|\ \ | |/ |/|
| * update changelogTerence Lee2013-02-211-0/+3
| * run the load_structure test in the test environmentTerence Lee2013-02-211-3/+10
| * test DATABASE_URL without database.yml aroundTerence Lee2013-02-211-0/+2
| * standardize database_configuration to a hashTerence Lee2013-02-213-7/+9
|/
* Merge pull request #9328 from sikachu/ps-remove-xml-parserGuillermo Iguaran2013-02-205-342/+31
|\
| * Remove XML Parser from ActionDispatchPrem Sichanugrist2013-02-205-342/+31
|/
* Whitespace :heart: and hash syntax changeRafael Mendonça França2013-02-201-23/+22
* Merge pull request #8060 from senny/7313_descriptive_error_message_for_missin...Xavier Noria2013-02-203-3/+20
|\
| * descriptive error message when AR adapter was not found. Closes #7313.Yves Senn2013-02-203-3/+20
|/
* Merge pull request #9330 from bdmac/time_zone_select_dupAndrew White2013-02-193-1/+16
|\
| * Fix time_zone_options_for_select to not mutate TimeZones arrayBrian McManus2013-02-193-1/+16
* | Merge pull request #9331 from robertomiranda/upgrading-guideGuillermo Iguaran2013-02-191-0/+10
|\ \ | |/ |/|
| * Improve upgrading guide with ActionDispatch::BestStandardsSupport removalrobertomiranda2013-02-191-0/+10
|/
* Better not use tab chars in the generator templateAkira Matsuda2013-02-201-5/+5
* Merge pull request #9324 from acapilleri/add_on_emptySteve Klabnik2013-02-191-0/+7
|\
| * added more accurate test for add_on_emptyAngelo capilleri2013-02-191-0/+7
* | s/revertible/reversible/Xavier Noria2013-02-191-1/+1
* | fixes a typo in the migrations guideXavier Noria2013-02-191-1/+1
* | Merge pull request #9315 from Takehiro-Adachi/remove-unecessary-tests-from-ar...Steve Klabnik2013-02-191-23/+0
|\ \ | |/ |/|
| * delete duplicated tests in AR base_test.rbTakehiro Adachi2013-02-191-23/+0
* | moves a CHANGELOG entry from AR to APXavier Noria2013-02-192-4/+4
* | small tweaks in the AR CHANGELOGXavier Noria2013-02-191-4/+4
* | Merge pull request #9258 from wangjohn/blank_argument_errors_in_arelRafael Mendonça França2013-02-192-9/+34
|\ \
| * | Raise an error when query methods have blank arguments, and when blank argume...John J Wang2013-02-192-9/+34
|/ /
* | InvalidMessage is in ActiveSupport::MessageEncryptor namespaceSantiago Pastorino2013-02-192-4/+19
* | Fix rake routes output in railties testCarlos Antonio da Silva2013-02-191-2/+4
* | Fix AP tests related to routes inspector output and the new column titlesCarlos Antonio da Silva2013-02-191-20/+65
* | Add missing require to routes inspectorCarlos Antonio da Silva2013-02-191-0/+1
* | Merge pull request #9321 from mfilej/action-dispatch-http-url-requiresXavier Noria2013-02-191-0/+3
|\ \
| * | Require AS deps in ActionDispatch::Http::URLMiha Filej2013-02-191-0/+3
* | | Remove config.autoload_paths from config/application.rbAndrew White2013-02-191-3/+0
* | | Don't unhook autoloading in productionAndrew White2013-02-191-7/+0
* | | Revert "Deprecate the `eager_load_paths` configuration"Andrew White2013-02-197-91/+66
|/ /
* | Duck typing is hard. Add header to HtmlTableFormatter.Steve Klabnik2013-02-181-0/+4
* | editorial tweaksXavier Noria2013-02-192-4/+7