Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Raise an error when query methods have blank arguments, and when blank argume... | John J Wang | 2013-02-19 | 2 | -9/+34 | |
|/ / / / / / | ||||||
* | | | | | | InvalidMessage is in ActiveSupport::MessageEncryptor namespace | Santiago Pastorino | 2013-02-19 | 2 | -4/+19 | |
* | | | | | | Fix rake routes output in railties test | Carlos Antonio da Silva | 2013-02-19 | 1 | -2/+4 | |
* | | | | | | Fix AP tests related to routes inspector output and the new column titles | Carlos Antonio da Silva | 2013-02-19 | 1 | -20/+65 | |
* | | | | | | Add missing require to routes inspector | Carlos Antonio da Silva | 2013-02-19 | 1 | -0/+1 | |
* | | | | | | Merge pull request #9321 from mfilej/action-dispatch-http-url-requires | Xavier Noria | 2013-02-19 | 1 | -0/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Require AS deps in ActionDispatch::Http::URL | Miha Filej | 2013-02-19 | 1 | -0/+3 | |
* | | | | | | | Remove config.autoload_paths from config/application.rb | Andrew White | 2013-02-19 | 1 | -3/+0 | |
* | | | | | | | Don't unhook autoloading in production | Andrew White | 2013-02-19 | 1 | -7/+0 | |
* | | | | | | | Revert "Deprecate the `eager_load_paths` configuration" | Andrew White | 2013-02-19 | 7 | -91/+66 | |
|/ / / / / / | ||||||
* | | | | | | Duck typing is hard. Add header to HtmlTableFormatter. | Steve Klabnik | 2013-02-18 | 1 | -0/+4 | |
* | | | | | | editorial tweaks | Xavier Noria | 2013-02-19 | 2 | -4/+7 | |
* | | | | | | Use strip_heredoc in the tests as well. | Steve Klabnik | 2013-02-18 | 1 | -5/+6 | |
* | | | | | | use strip_heredoc to keep indentation consistent. | Steve Klabnik | 2013-02-18 | 1 | -12/+12 | |
* | | | | | | Merge pull request #9316 from steveklabnik/no_routes | Xavier Noria | 2013-02-18 | 3 | -0/+46 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add message when you have no routes defined. | Steve Klabnik | 2013-02-18 | 3 | -0/+46 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #9318 from steveklabnik/router_headings | Xavier Noria | 2013-02-18 | 1 | -3/+19 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add headings to rake routes table | Steve Klabnik | 2013-02-18 | 1 | -3/+19 | |
* | | | | | | | Merge pull request #9317 from balexand/patch-1 | Rafael Mendonça França | 2013-02-18 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Document changes in #7968 | Brian Alexander | 2013-02-18 | 1 | -0/+1 | |
|/ / / / / / | ||||||
* | | | | | | Bump up minitest dependency and remove our own reinvented version of Parallel... | Akira Matsuda | 2013-02-19 | 2 | -38/+2 | |
* | | | | | | Gist URLs are now namespaced | Akira Matsuda | 2013-02-18 | 6 | -11/+11 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #9313 from bkzl/return-false-on-toggle-on-error-pages | Guillermo Iguaran | 2013-02-17 | 2 | -6/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | Return false on toggle on error pages | Bartlomiej Kozal | 2013-02-17 | 2 | -6/+7 | |
* | | | | | | Merge pull request #9312 from Takehiro-Adachi/add_tests_for_ar_create | Guillermo Iguaran | 2013-02-17 | 1 | -0/+8 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | add tests for ActiveRecord::Base#create | Takehiro Adachi | 2013-02-18 | 1 | -0/+8 | |
|/ / / / / | ||||||
* | | | | | Add CHANGELOG entry for 41ff6a10216f48f43605a1f9cd6094765cab750f | Andrew White | 2013-02-17 | 1 | -0/+40 | |
* | | | | | Merge pull request #9307 from wangjohn/remove_unneeded_md5_digest | Xavier Noria | 2013-02-16 | 1 | -1/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Removed an old require of an MD5 digest which is no longer used. | wangjohn | 2013-02-15 | 1 | -1/+0 | |
* | | | | | | copy-edits RDoc in fba496f | Xavier Noria | 2013-02-16 | 1 | -4/+4 | |
* | | | | | | Remove valid_type? method | Jon Leighton | 2013-02-15 | 4 | -17/+0 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-02-15 | 11 | -9/+68 | |
|\ \ \ \ \ | ||||||
| * | | | | | copy edits [ci skip] | Vijay Dev | 2013-02-15 | 2 | -3/+3 | |
| * | | | | | Revert "incorrect content of models/comment.rb after 'rails generate'" | Rafael Mendonça França | 2013-02-13 | 1 | -2/+0 | |
| * | | | | | incorrect content of models/comment.rb after 'rails generate' | Kuba Brecka | 2013-02-13 | 1 | -0/+2 | |
| * | | | | | Correct bullet content line wrapping | Tim "Roger" Harvey | 2013-02-12 | 1 | -1/+1 | |
| * | | | | | Detail Ruby 1.8 ships with TestUnit and Ruby 1.9 with MiniTest | Americo Savinon | 2013-02-12 | 1 | -1/+4 | |
| * | | | | | Fix typo. | Carson McDonald | 2013-02-11 | 1 | -1/+1 | |
| * | | | | | Fix supported ruby version for Rails 4 | Ryunosuke SATO | 2013-02-10 | 1 | -1/+1 | |
| * | | | | | Fix CoffeeScript example | Ryunosuke SATO | 2013-02-10 | 1 | -1/+1 | |
| * | | | | | Clarify ActiveModel::Validator initialization in docs. | Henrik Nyh | 2013-02-09 | 1 | -0/+3 | |
| * | | | | | Validations guide: validates_with init clarification. | Henrik Nyh | 2013-02-09 | 1 | -0/+29 | |
| * | | | | | Add example for ActiveRecord::Base.joins using a string as argument | Maurizio De Santis | 2013-02-07 | 1 | -0/+5 | |
| * | | | | | Add example for ActiveRecord::Base.group using a string as argument | Maurizio De Santis | 2013-02-07 | 1 | -0/+3 | |
| * | | | | | Add documentation for ActiveRecord.select when use strings as arguments | Maurizio De Santis | 2013-02-07 | 1 | -0/+10 | |
| * | | | | | Add ActiveRecord.count documentation when used on group relations | Maurizio De Santis | 2013-02-07 | 1 | -0/+6 | |
| * | | | | | Change Class#subclasses doc example | Dalibor Nasevic | 2013-02-06 | 1 | -2/+2 | |
| * | | | | | Fixing the examples for button_to | Marc Baumbach | 2013-02-06 | 1 | -2/+2 | |
| * | | | | | Fix file name in document [ci skip] | Ryunosuke SATO | 2013-02-05 | 1 | -1/+1 | |
* | | | | | | Revert "Make valid_type? public" | Jon Leighton | 2013-02-15 | 4 | -12/+17 |