Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #10042 from choudhuryanupam/fix_activesupport_test | Santiago Pastorino | 2013-04-02 | 6 | -25/+37 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Added missing assert | |||||
| * | | | | Added missing assert | Anupam Choudhury | 2013-04-02 | 6 | -25/+37 | |
|/ / / / | ||||||
* | | | | Revert "Use jquery-rails from github" | Santiago Pastorino | 2013-04-02 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7a9a7007637b8279501770be03bd84ce83d61ab8. Conflicts: railties/lib/rails/generators/app_base.rb | |||||
* | | | | Revert "Use jquery-rails from github (fix Gem::Version error)" | Santiago Pastorino | 2013-04-01 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | This reverts commit 6f3f0f86332004fcee5c2f05d52bbff08c22f980. | |||||
* | | | Merge pull request #10036 from ↵ | Rafael Mendonça França | 2013-04-01 | 2 | -3/+1 | |
|\ \ \ | | | | | | | | | | | | | | | | | wangjohn/norecord_error_message_consistency_issues Updated the error message for find to stay consistent across Rails | |||||
| * | | | Updated the error message for +find+ on an inverse_of association | wangjohn | 2013-04-01 | 2 | -3/+1 | |
|/ / / | | | | | | | | | | | | | so that it is consistent with the error thrown for +find+ without an inverse_of association. | |||||
* | | | Fix release task after ceb3b8717beb9818fbfbab429a8aa697591e184a | Santiago Pastorino | 2013-04-01 | 3 | -10/+27 | |
| | | | ||||||
* | | | Revert more Rails.version changes | Rafael Mendonça França | 2013-04-01 | 4 | -5/+5 | |
| | | | | | | | | | | | | Related with ed8df3ff018d17fad123e48c7cb907332e72e7dc | |||||
* | | | Merge pull request #10022 from wangjohn/find_on_nonexistent_id_raises_error | Rafael Mendonça França | 2013-04-01 | 3 | -12/+55 | |
|\ \ \ | | | | | | | | | Throwing a RecordNotFound exception when a record is scanned using the inverse_of option | |||||
| * | | | Throwing a RecordNotFound exception when a record is scanned using the | wangjohn | 2013-04-01 | 3 | -12/+55 | |
| | | | | | | | | | | | | | | | | | | | | inverse_of option. I've also refactored the code for raising a RecordNotFound exception when searching for records with ids. | |||||
* | | | | :scissors: | Rafael Mendonça França | 2013-04-01 | 1 | -4/+4 | |
|/ / / | | | | | | | | | | [ci skip] | |||||
* | | | Merge pull request #10033 from kalabiyau/fix_typo_on_ap_mime_types_test | Rafael Mendonça França | 2013-04-01 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fixed typo on AP dispatch Mime::Type test | |||||
| * | | | Fixed typo on AP dispatch Mime::Type test | KalabiYau | 2013-04-01 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Remove CHANGELOG entry for #10002 | Rafael Mendonça França | 2013-04-01 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | Merge pull request #10002 from charliesome/revert-version-method-on-rails | Jeremy Kemper | 2013-04-01 | 3 | -13/+16 | |
|\ \ \ \ | |/ / / |/| | | | Reverts changes to Rails.version made in #8501 | |||||
| * | | | reverts changes to Rails.version made in #8501 | Charlie Somerville | 2013-03-30 | 3 | -13/+16 | |
| | | | | ||||||
* | | | | :uniq is still a valid relation option since it was only silently | Rafael Mendonça França | 2013-04-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated Fixes activerecord-deprecated_finders build. https://travis-ci.org/rails/activerecord-deprecated_finders/builds/5964703 | |||||
* | | | | Merge pull request #10031 from trevorturk/cookie-store-auto-upgrade-docs | Santiago Pastorino | 2013-04-01 | 2 | -23/+40 | |
|\ \ \ \ | | | | | | | | | | | Improve documentation around the cookie store auto-upgrade to encryption | |||||
| * | | | | Improve documentation around the cookie store auto-upgrade to encryption | Trevor Turk | 2013-04-01 | 2 | -23/+40 | |
| | | | | | ||||||
* | | | | | Merge pull request #10010 from pwnall/fix_ref_index_true | Rafael Mendonça França | 2013-04-01 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Make references with index:true pass Hash options to add_index | |||||
| * | | | | | Make references with index:true pass Hash options to add_index. | Victor Costan | 2013-04-01 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Move the class methods to above the protected section | Rafael Mendonça França | 2013-04-01 | 3 | -47/+36 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #10021 from pabloh/refactor_rails_generator_test_case | Rafael Mendonça França | 2013-04-01 | 4 | -211/+259 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Refactor Rails::Generator::TestCase into modules | |||||
| * | | | | | | Break down Rails::Generator::TestCase into modules | Pablo Herrero | 2013-03-31 | 4 | -211/+259 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #10025 from masarakki/fix_detect_enum_column_on_mysql | Rafael Mendonça França | 2013-04-01 | 5 | -6/+6 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | fix detect column type of enum | |||||
| * | | | | | | fix detect column type of enum | masarakki | 2013-04-01 | 5 | -6/+6 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | enum includes text or blob or ... hooked by wrong regex | |||||
* | | | | | | Merge pull request #9978 from trevorturk/cookie-store-auto-upgrade | Santiago Pastorino | 2013-04-01 | 11 | -99/+239 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Cookie-base session store auto-upgrade | |||||
| * | | | | | | Allow transparent upgrading of legacy signed cookies to encrypted cookies; ↵ | Trevor Turk | 2013-03-28 | 11 | -99/+239 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically configure cookie-based sessions to use the best cookie jar given the app's config | |||||
* | | | | | | | Merge pull request #10026 from ogawaso/typo | Santiago Pastorino | 2013-04-01 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | typo recomend -> recommend | |||||
| * | | | | | | typo recomend -> recommend | ogawaso | 2013-04-01 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | / / / / | gist for Active Record issues [Neeraj Singh & Xavier Noria] | Xavier Noria | 2013-04-01 | 3 | -1/+90 | |
| |/ / / / |/| | | | | | | | | | | | | | | This commit closes issue #9775. | |||||
* | | | | | Merge pull request #9680 from bdmac/time-zone-options-revert-grep-to-select | Carlos Antonio da Silva | 2013-03-31 | 2 | -4/+23 | |
|\ \ \ \ \ | | | | | | | | | | | | | Revert grep to select since they are not the same | |||||
| * | | | | | Add regression test for TZ grep | Brian McManus | 2013-03-27 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a regression test that will fail if anyone tries to change time_zone_select to use grep again thinking it will work when it does not. | |||||
| * | | | | | Revert grep to select since they are not the same | Brian McManus | 2013-03-27 | 2 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A previous commit swapped out a call to select for a call to grep in time_zone_options_for_select. This behavior actually causes the regexp priority option to stop working. ActiveSupport::TimeZone overrides the =~ operator which is what the select block was using previously. Enumerable#grep checks pattern === element and in this case that would be /US/ === ActiveSupport::TimeZone which does not work because ActiveSupport::TimeZone does not supply an implicit converting to_str method, only an explicit to_s method. It would be impossible to provide a to_str method that behaves identically to the =~ method provided on ActiveSupport::TimeZone so the only option is to revert back to using select with =~. | |||||
* | | | | | | Merge pull request #10013 from vipulnsward/fix_request_method_test | Santiago Pastorino | 2013-03-31 | 1 | -6/+2 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix request methods test | |||||
| * | | | | | | fix request methods test | Vipul A M | 2013-03-31 | 1 | -6/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #10017 from vipulnsward/railties_cleanups | Steve Klabnik | 2013-03-31 | 3 | -6/+5 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | cleanup railties test; fix typos | |||||
| * | | | | | | cleanup railties test; fix typos | Vipul A M | 2013-03-31 | 3 | -6/+5 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #10015 from vipulnsward/remove_unused_variable_in_get | Steve Klabnik | 2013-03-31 | 2 | -2/+2 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | remove unused variable and assignment | |||||
| * | | | | | | remove unused variable and assignment | Vipul A M | 2013-03-31 | 2 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #10014 from vipulnsward/remove_unused_match_var | Steve Klabnik | 2013-03-31 | 1 | -8/+8 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | remove unused match variables in selector | |||||
| * | | | | | | remove unused match variables in selector | Vipul A M | 2013-03-31 | 1 | -8/+8 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #10012 from vipulnsward/fix_AP_error_message_error | Steve Klabnik | 2013-03-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | fix wrong argument error message [ci skip] | |||||
| * | | | | | fix wrong argument error message | Vipul A M | 2013-03-31 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Make comment about uglifier in generated Gemfile consistent between branches | Carlos Antonio da Silva | 2013-03-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Introduced in 59d20af2238f7ab553f41b96282722889d8d4393. | |||||
* | | | | | Fix indent and change "or" usage to "||" in schema dumper tests | Carlos Antonio da Silva | 2013-03-30 | 1 | -5/+5 | |
| | | | | | ||||||
* | | | | | Improve AP changelog entry about layout method with nil return | Carlos Antonio da Silva | 2013-03-30 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a note about getting the "no layout" behavior by returning "false" to make it easier for people that might need to change their code. Related to #8458. [ci skip] | |||||
* | | | | | Refactor index algorithm lookup so that it only builds the available options ↵ | Carlos Antonio da Silva | 2013-03-30 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | once This way the available options are only built for actually fetching the algorithm in case the option is given. The options are going to be necessary a second time only in case the option is given but does not exist, which is supposed to be due to a typo or something like that, so no problem. | |||||
* | | | | | Minor doc improvement about index algorithms [ci skip] | Carlos Antonio da Silva | 2013-03-30 | 1 | -3/+2 | |
| | | | | | ||||||
* | | | | | Fix typos in AP: "overriden" => "overridden" | Carlos Antonio da Silva | 2013-03-30 | 5 | -36/+36 | |
| | | | | |