Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Replace ActionMailer::Base#respond_to? with respond_to_missing? | Ryan Buckley | 2015-12-02 | 1 | -2/+2 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #22493 from rails/rm-fix-tests | Rafael França | 2015-12-04 | 4 | -14/+6 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Disable FileEventedUpdateChecker for now | Rafael Mendonça França | 2015-12-04 | 1 | -5/+1 | |
| * | | | | | | | | Mac OS X use /private as directory to temp file | Rafael Mendonça França | 2015-12-04 | 1 | -1/+1 | |
| * | | | | | | | | Remove test_files check from plugin checks | Rafael Mendonça França | 2015-12-04 | 1 | -4/+0 | |
| * | | | | | | | | Remove warnings | Rafael Mendonça França | 2015-12-04 | 1 | -4/+4 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #22476 from claudiob/comment-prem | Claudio B | 2015-12-02 | 2 | -2/+7 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Remove old comment about AC::Parameters>subclasses | claudiob | 2015-12-02 | 2 | -2/+7 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #22469 from merhard/fix_custom_file_loader_test | Rafael França | 2015-12-02 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix failing test using custom file watcher | Matthew Erhard | 2015-12-02 | 1 | -0/+2 | |
* | | | | | | | | Merge pull request #22471 from merhard/railties_tests_actually_fail_on_travis | Rafael França | 2015-12-02 | 1 | -21/+8 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Revert "don't start a new process for every test file" | Matthew Erhard | 2015-12-02 | 1 | -21/+8 | |
|/ / / / / / / | ||||||
* | | | | | | | don't rely on the columns hash to get defaults. follow-up to #17169. | Yves Senn | 2015-12-02 | 2 | -7/+25 | |
* | | | | | | | add `ActiveRecord::Base.has_attribute?` | Yves Senn | 2015-12-02 | 3 | -2/+27 | |
* | | | | | | | tests, pluralize singular table name. | Yves Senn | 2015-12-02 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #17169 from kuldeepaggarwal/fix-STI-default-type | Yves Senn | 2015-12-02 | 3 | -9/+47 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | STI cast new instances to `default type` on initialize. | Kuldeep Aggarwal | 2015-12-02 | 3 | -0/+42 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #22464 from pavlos/patch-1 | Claudio B | 2015-12-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update autoloading_and_reloading_constants.md | pavlos | 2015-12-01 | 1 | -1/+1 | |
* | | | | | | | | Ensure `Relation` responds to `shuffle` | Sean Griffin | 2015-12-01 | 2 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #22343 from jeffminnear/patch-1 | Claudio B | 2015-12-01 | 1 | -2/+9 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Modify unscoped usage guide to include chaining | Jeff Minnear | 2015-11-30 | 1 | -2/+9 | |
* | | | | | | | Merge pull request #22449 from dnagir/database_connection_message | Yves Senn | 2015-12-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Explain the connection pool error message better | Dmytrii Nagirniak | 2015-12-01 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #22361 from grosser/grosser/rescue | Arthur Nogueira Neves | 2015-11-30 | 1 | -26/+19 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | rescue memcached errors in a consistent way | Michael Grosser | 2015-11-29 | 1 | -26/+19 | |
* | | | | | | | | Merge pull request #22456 from chriskottom/fix-minitest-plugin-with-minitest-... | Sean Griffin | 2015-11-30 | 2 | -1/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | allow use of minitest-rails gem with test runner | Chris Kottom | 2015-11-30 | 2 | -1/+7 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #22345 from GUI/fix-multi-schema-structure-dump | Yves Senn | 2015-11-30 | 3 | -4/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix rake db:structure:dump on Postgres when multiple schemas are used. | Nick Muerdter | 2015-11-19 | 3 | -4/+13 | |
* | | | | | | | | | Merge pull request #22451 from kamipo/refactor_abstract_adapter_initialize | Kasper Timm Hansen | 2015-11-30 | 4 | -8/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Refactor `AbstractAdapter#initialize` | Ryuta Kamizono | 2015-11-30 | 4 | -8/+7 | |
* | | | | | | | | | | Merge pull request #22452 from kamipo/fix_indentation | Arun Agrawal | 2015-11-30 | 1 | -7/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix indentation in CHANGELOG.md [ci skip] | Ryuta Kamizono | 2015-11-30 | 1 | -7/+7 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #22363 from yui-knk/mv_ar_test_case | Yves Senn | 2015-11-30 | 2 | -91/+94 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove some bind related test cases from finder_test.rb to sanitize_test.rb | yui-knk | 2015-11-21 | 2 | -91/+94 | |
* | | | | | | | | | | | Merge pull request #22427 from eliotsykes/validation-message-proc-doc | Yves Senn | 2015-11-30 | 1 | -1/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Document message validation option accepts Proc | Eliot Sykes | 2015-11-27 | 1 | -1/+30 | |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #22373 from yui-knk/ad_constraints | Yves Senn | 2015-11-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Add `Routing` namespace to point appropriate constant | yui-knk | 2015-11-22 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #18155 from bogdan/collection_association_double_element_fix | Sean Griffin | 2015-11-29 | 3 | -4/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Bugfix collection association #create method … | Bogdan Gusiev | 2015-11-23 | 3 | -4/+20 | |
* | | | | | | | | | | | Merge pull request #22444 from kamipo/connection_options_is_only_needed_for_m... | Santiago Pastorino | 2015-11-29 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | `connection_options` is only needed for `MysqlAdapter` | Ryuta Kamizono | 2015-11-29 | 3 | -3/+3 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #22443 from Wasserschlange/added_dollarsign_to_readme | Xavier Noria | 2015-11-29 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Added dollarsign to the README.md for consistancy | Michael H | 2015-11-28 | 1 | -4/+4 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #22283 from the-undefined/routes-error-singular-resource | Arthur Nogueira Neves | 2015-11-28 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [ci skip] add `controller:` argument to routing.md | the-undefined | 2015-11-13 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #22315 from takatoshiono/fix-configuring-doc | Arthur Nogueira Neves | 2015-11-28 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix set_autoload_paths and set_load_path document | Takatoshi Ono | 2015-11-17 | 1 | -2/+2 |