Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Allow users to pass flags from database.yml | Stephen Blackstone | 2015-12-15 | 2 | -2/+9 | |
* | | | | | | Merge pull request #14212 from tylerhunt/fix-token-regex | Sean Griffin | 2015-12-15 | 2 | -1/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Handle tab in token authentication header. | Tyler Hunt | 2014-02-26 | 2 | -1/+9 | |
* | | | | | | | Remove warning of shadowing variable | Rafael Mendonça França | 2015-12-15 | 1 | -1/+1 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge pull request #22596 from y-yagi/remove_extra_space_from_deprecation_msg | Eileen M. Uchitelle | 2015-12-15 | 2 | -2/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remove extra spaces from deprecation message | yuuji.yaginuma | 2015-12-15 | 2 | -2/+5 | |
* | | | | | | | Merge pull request #22595 from sstephenson/fragment_cache_key | David Heinemeier Hansson | 2015-12-15 | 4 | -11/+77 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add fragment_cache_key macro for controller-wide fragment cache key prefixes | Sam Stephenson | 2015-12-14 | 2 | -3/+67 | |
| * | | | | | | | Remove ActionView::Helpers::CacheHelper#fragment_cache_key | Sam Stephenson | 2015-12-14 | 3 | -8/+10 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #21538 from matthewd/migration-version | Matthew Draper | 2015-12-15 | 57 | -136/+226 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use a real migration version number in docs | Matthew Draper | 2015-12-15 | 9 | -54/+54 | |
| * | | | | | | | Schema uses current migration API | Matthew Draper | 2015-12-15 | 1 | -1/+1 | |
| * | | | | | | | In 4.2 migrations, `timestamps` defaulted to `null: true` | Matthew Draper | 2015-12-15 | 1 | -0/+24 | |
| * | | | | | | | Find the delegate, even in a deeper inheritance tree | Matthew Draper | 2015-12-15 | 1 | -1/+5 | |
| * | | | | | | | Internal test migrations use the private 'Current' version | Matthew Draper | 2015-12-15 | 40 | -64/+64 | |
| * | | | | | | | Ensure generated migrations include a version number | Matthew Draper | 2015-12-15 | 3 | -14/+14 | |
| * | | | | | | | Use a deliberately-invalid migration version in all doc examples | Matthew Draper | 2015-12-15 | 9 | -54/+54 | |
| * | | | | | | | Add migration versioning via Migration subclasses | Matthew Draper | 2015-12-15 | 5 | -2/+64 | |
|/ / / / / / / | ||||||
* | | | | | / | Ensure uuid-ossp extension is present before we rely on it | Matthew Draper | 2015-12-15 | 1 | -0/+2 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Fix travis matrix | Rafael Mendonça França | 2015-12-14 | 1 | -1/+1 | |
* | | | | | | Add ruby-head back in the allow failures group | Rafael Mendonça França | 2015-12-14 | 1 | -0/+1 | |
|/ / / / / | ||||||
* | | | | | Do now allow failures with Ruby 2.3 anymore | Rafael Mendonça França | 2015-12-14 | 1 | -2/+0 | |
* | | | | | Test with Ruby 2.3.0 | Rafael Mendonça França | 2015-12-14 | 1 | -0/+1 | |
* | | | | | Merge pull request #22564 from maximeg/legit_name_errors | Sean Griffin | 2015-12-14 | 2 | -2/+45 | |
|\ \ \ \ \ | ||||||
| * | | | | | Don't catch all NameError to reraise as ActionController::RoutingError #22368 | Maxime Garcia | 2015-12-12 | 2 | -2/+45 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Revert "Perform a more efficient query in `Relation#any?`" | Sean Griffin | 2015-12-14 | 3 | -8/+15 | |
* | | | | | Merge pull request #22561 from Cleggameg/patch-2 | Rafael Mendonça França | 2015-12-14 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update seeds.rb.tt | Paul Clegg | 2015-12-14 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #22395 from avokhmin/becomes-errors-base-2 | Sean Griffin | 2015-12-14 | 4 | -2/+43 | |
|\ \ \ \ \ | ||||||
| * | | | | | `ActiveRecord::Base#becomes` should copy the errors | Vokhmin Alexey V | 2015-12-14 | 4 | -2/+43 | |
* | | | | | | Perform a more efficient query in `Relation#any?` | Sean Griffin | 2015-12-14 | 2 | -8/+8 | |
* | | | | | | Merge pull request #22582 from sikachu/hwia-to_h | Kasper Timm Hansen | 2015-12-14 | 2 | -9/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make Parameters#to_h and #to_unsafe_h return HWIA | Prem Sichanugrist | 2015-12-14 | 2 | -9/+11 | |
* | | | | | | | Fix test failures caused by 574f255 | Sean Griffin | 2015-12-14 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Use a bind param for `LIMIT` and `OFFSET` | Sean Griffin | 2015-12-14 | 5 | -13/+47 | |
* | | | | | | Deprecate limit strings with commas | Sean Griffin | 2015-12-14 | 2 | -3/+13 | |
* | | | | | | Merge pull request #22463 from tjblonsk/add_bug_report_to_contributing_md | Sean Griffin | 2015-12-14 | 1 | -7/+33 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add specific bug reporting guidelines to contributing.md. [ci skip] | Tim | 2015-12-11 | 1 | -7/+33 | |
* | | | | | | | Merge pull request #22209 from yui-knk/add_test_sanitize_sql_array_handles_na... | Sean Griffin | 2015-12-14 | 2 | -0/+19 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Add test cases for `#sanitize_sql_array` with named_bind_variables | yui-knk | 2015-11-09 | 2 | -0/+19 | |
* | | | | | | | Revert "Merge pull request #22569 from seuros/remove-test-case" | eileencodes | 2015-12-13 | 9 | -31/+30 | |
* | | | | | | | Merge pull request #22571 from mtsmfm/travel-back | Santiago Pastorino | 2015-12-13 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | travel back | Fumiaki MATSUSHIMA | 2015-12-13 | 1 | -3/+3 | |
* | | | | | | | | Merge pull request #22569 from seuros/remove-test-case | Eileen M. Uchitelle | 2015-12-13 | 9 | -30/+31 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Controller generators should be creating IntegrationTest stubs instead of Con... | Abdelkader Boudih | 2015-12-13 | 9 | -30/+31 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'rails-rake-proxy' | Kasper Timm Hansen | 2015-12-13 | 4 | -11/+63 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Implement Rake proxy for Rails' command line interface. | Dharam Gollapudi | 2015-12-13 | 4 | -6/+64 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #22574 from gsamokovarov/scaffold-500 | Kasper Timm Hansen | 2015-12-13 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Prevent a 500 in the default controller scaffold | Genadi Samokovarov | 2015-12-13 | 3 | -3/+3 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #22573 from gsamokovarov/web-console-3-0 | Kasper Timm Hansen | 2015-12-13 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ |