Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge pull request #9354 from NARKOZ/remove-warnings | Steve Klabnik | 2013-02-21 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | remove assigned but unused variable warning | Nihad Abbasov | 2013-02-21 | 1 | -2/+2 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #9357 from fabiokr/rack_test_uploaded_file | Xavier Noria | 2013-02-21 | 2 | -4/+6 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Rack::Test::UploadedFile is a permitted scalar | Fabio Kreusch | 2013-02-21 | 2 | -4/+6 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #9348 from schuetzm/doc_no_indices_with_create_join_table | Xavier Noria | 2013-02-21 | 2 | -0/+18 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Indent comment block by two spaces. | Marc Schütz | 2013-02-21 | 1 | -4/+4 | |
| * | | | | | | | | Add more documentation for create_join_table. | Marc Schütz | 2013-02-20 | 2 | -0/+18 | |
* | | | | | | | | | Merge pull request #9352 from senny/remove_uncommented_boot_test | Carlos Antonio da Silva | 2013-02-21 | 1 | -20/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | remove uncommented railties boot_test.rb | Yves Senn | 2013-02-21 | 1 | -20/+0 | |
* | | | | | | | | | | Fix warning | Rafael Mendonça França | 2013-02-21 | 1 | -1/+1 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | ActiveRecord -> Active Record [ci skip] | Xavier Noria | 2013-02-20 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #9345 from wangjohn/change_name_of_query_method_argument_c... | Rafael Mendonça França | 2013-02-20 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Renaming the check_empty_arguments method to something more descriptive. | wangjohn | 2013-02-20 | 1 | -10/+10 | |
* | | | | | | | | | | removes relation bang methods from the AR changelog [ci skip] | Xavier Noria | 2013-02-20 | 1 | -12/+0 | |
* | | | | | | | | | | removes some remaining relation bang methods documentation [ci skip] | Xavier Noria | 2013-02-20 | 1 | -3/+0 | |
* | | | | | | | | | | puts a lambda around a default scope [ci skip] | Xavier Noria | 2013-02-20 | 1 | -1/+1 | |
* | | | | | | | | | | adds an example in the docs of #not with multiple conditions [ci skip] | Xavier Noria | 2013-02-20 | 1 | -4/+8 | |
* | | | | | | | | | | database.yml -> config/database.yml [ci skip] | Xavier Noria | 2013-02-20 | 1 | -1/+1 | |
* | | | | | | | | | | Revert "Merge pull request #4803 from lucascaton/master" | Santiago Pastorino | 2013-02-20 | 3 | -5/+3 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Skip failing test and add a FIXME note | Rafael Mendonça França | 2013-02-20 | 1 | -0/+2 | |
* | | | | | | | | | Merge pull request #9344 from senny/changelog_cleanup | Rafael Mendonça França | 2013-02-20 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | unify AR changelog entries [ci skip] | Yves Senn | 2013-02-20 | 1 | -4/+4 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #8645 from senny/rename_index_on_rename_column | Rafael Mendonça França | 2013-02-20 | 7 | -8/+73 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | also rename indexes when a table or column is renamed | Yves Senn | 2013-02-20 | 7 | -8/+73 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | moves the new :nsec date format to the Active Support changelog [ci skip] | Xavier Noria | 2013-02-20 | 2 | -6/+5 | |
* | | | | | | | | | revises the documentation of AR::Base.cache_timestamp_format [ci skip] | Xavier Noria | 2013-02-20 | 1 | -2/+4 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #8613 from senny/8264_character_limit_for_indices | Rafael Mendonça França | 2013-02-20 | 6 | -14/+69 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | reserve less chars for internal sqlite3 operations | Yves Senn | 2013-02-20 | 1 | -7/+7 | |
| * | | | | | | | | reserve index name chars for internal rails operations | Yves Senn | 2013-02-20 | 6 | -9/+64 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #9332 from wangjohn/adding_documentation_to_error_raising_... | Rafael Mendonça França | 2013-02-20 | 3 | -15/+45 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Added comments about the check_empty_arguments method which is called | wangjohn | 2013-02-20 | 3 | -15/+45 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #9342 from hone/db_migrate_with_database_url | Rafael Mendonça França | 2013-02-20 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | make type_cast_value a class level method | Terence Lee | 2013-02-21 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #9068 from wangjohn/transaction_callback_patch | Rafael Mendonça França | 2013-02-20 | 6 | -6/+89 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Reduced memory leak problem in transactions by lazily updating AR objects wit... | wangjohn | 2013-02-20 | 6 | -6/+89 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #9341 from senny/move_precompiled_asset_config_to_application | Rafael Mendonça França | 2013-02-20 | 3 | -6/+10 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | move config.assets.precompile into config/application.rb | Yves Senn | 2013-02-20 | 3 | -6/+10 | |
* | | | | | | | | Merge pull request #9120 from hone/db_migrate_with_database_url | Rafael Mendonça França | 2013-02-20 | 5 | -10/+24 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | update changelog | Terence Lee | 2013-02-21 | 1 | -0/+3 | |
| * | | | | | | | run the load_structure test in the test environment | Terence Lee | 2013-02-21 | 1 | -3/+10 | |
| * | | | | | | | test DATABASE_URL without database.yml around | Terence Lee | 2013-02-21 | 1 | -0/+2 | |
| * | | | | | | | standardize database_configuration to a hash | Terence Lee | 2013-02-21 | 3 | -7/+9 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #9328 from sikachu/ps-remove-xml-parser | Guillermo Iguaran | 2013-02-20 | 5 | -342/+31 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove XML Parser from ActionDispatch | Prem Sichanugrist | 2013-02-20 | 5 | -342/+31 | |
|/ / / / / / / | ||||||
* | | | | | | | Whitespace :heart: and hash syntax change | Rafael Mendonça França | 2013-02-20 | 1 | -23/+22 | |
* | | | | | | | Merge pull request #8060 from senny/7313_descriptive_error_message_for_missin... | Xavier Noria | 2013-02-20 | 3 | -3/+20 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | descriptive error message when AR adapter was not found. Closes #7313. | Yves Senn | 2013-02-20 | 3 | -3/+20 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #9330 from bdmac/time_zone_select_dup | Andrew White | 2013-02-19 | 3 | -1/+16 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix time_zone_options_for_select to not mutate TimeZones array | Brian McManus | 2013-02-19 | 3 | -1/+16 | |
* | | | | | | | Merge pull request #9331 from robertomiranda/upgrading-guide | Guillermo Iguaran | 2013-02-19 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | |