Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | 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 | |
* | | | | 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 | |
* | | | | Refactor index algorithm lookup so that it only builds the available options ... | Carlos Antonio da Silva | 2013-03-30 | 1 | -4/+4 | |
* | | | | 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 | |
* | | | | Review some tests from AMo::Errors to remove "should" usage | Carlos Antonio da Silva | 2013-03-30 | 1 | -55/+35 | |
* | | | | Improve changelog entry for ActiveModel::Errors#full_messages_for [ci skip] | Carlos Antonio da Silva | 2013-03-30 | 2 | -4/+13 | |
* | | | | Do not calculate values if they are not going to be used | Carlos Antonio da Silva | 2013-03-30 | 1 | -7/+9 | |
* | | | | Make docs a little bit more consistent with colons [ci skip] | Carlos Antonio da Silva | 2013-03-30 | 1 | -9/+9 | |
* | | | | Fix code examples indent in new index options docs [ci skip] | Carlos Antonio da Silva | 2013-03-30 | 1 | -3/+3 | |
* | | | | Use new hash style in doc examples [ci skip] | Carlos Antonio da Silva | 2013-03-30 | 1 | -2/+2 | |
* | | | | Merge pull request #9991 from Passionate/patch-1 | Rafael Mendonça França | 2013-03-30 | 1 | -18/+50 | |
|\ \ \ \ | ||||||
| * | | | | improve readability | Paritosh Piplewar | 2013-03-29 | 1 | -18/+50 | |
* | | | | | Minor reviews in AR changelog [ci skip] | Carlos Antonio da Silva | 2013-03-30 | 1 | -10/+10 | |
* | | | | | Use last released version of thor | Guillermo Iguaran | 2013-03-30 | 2 | -2/+1 | |
* | | | | | Merge pull request #10004 from choudhuryanupam/master | Rafael Mendonça França | 2013-03-30 | 2 | -10/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Refactored to remove unnecessary setup | Anupam Choudhury | 2013-03-30 | 2 | -10/+0 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #10003 from tkhr/refactor-scoping-test-files | Carlos Antonio da Silva | 2013-03-30 | 3 | -330/+333 | |
|\ \ \ \ \ | ||||||
| * | | | | | split relation_scoping_test.rb's default scoping tests into another file | Takehiro Adachi | 2013-03-30 | 2 | -357/+360 | |
| * | | | | | rename named_scope_test.rb to a proper file name | Takehiro Adachi | 2013-03-30 | 1 | -1/+1 | |
| * | | | | | move tests for NamedScope and DefaultScope under test/cases/scoping/ | Takehiro Adachi | 2013-03-30 | 2 | -0/+0 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #9997 from vipulnsward/hash_destructive_merge | Carlos Antonio da Silva | 2013-03-30 | 2 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | change merge to merge! | Vipul A M | 2013-03-29 | 2 | -2/+2 | |
* | | | | | | Merge pull request #10007 from vipulnsward/fix_AS_typos | Carlos Antonio da Silva | 2013-03-30 | 3 | -14/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix some typos in AS | Vipul A M | 2013-03-30 | 3 | -14/+14 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | configure API generation lazily | Xavier Noria | 2013-03-30 | 1 | -7/+11 | |
* | | | | | | be lazy configuring the RDoc files | Xavier Noria | 2013-03-30 | 1 | -2/+1 | |
* | | | | | | be lazy loading SDoc | Xavier Noria | 2013-03-30 | 4 | -6/+18 | |
* | | | | | | fix upgrading guide [ci skip] | Vijay Dev | 2013-03-30 | 1 | -23/+1 | |
* | | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-30 | 44 | -208/+274 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | More typo / wording fixes | Jonathan Roes | 2013-03-29 | 1 | -6/+6 | |
| * | | | | | Proofreading tweaks | Jonathan Roes | 2013-03-29 | 1 | -7/+7 | |
| * | | | | | explain method invertible_for [ci skip] | Neeraj Singh | 2013-03-29 | 1 | -1/+2 | |
| * | | | | | Merge pull request #130 from crafters/master | Vinicius Quaiato | 2013-03-28 | 1 | -0/+26 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | info that Gemfile *group :assets* was removed | Vinicius Quaiato | 2013-03-29 | 1 | -0/+26 | |
| |/ / / / / | ||||||
| * | | | | | Minor proofing | Jonathan Roes | 2013-03-27 | 1 | -13/+13 | |
| * | | | | | Remove unnecessary hyphen. | Jonathan Roes | 2013-03-27 | 1 | -1/+1 | |
| * | | | | | Extraneous syntax on guides path. | Jonathan Roes | 2013-03-27 | 1 | -1/+1 | |
| * | | | | | ReCAPTCHA plug-in link now points to Github repo. Plug-in is no longer availa... | sthollmann | 2013-03-27 | 1 | -1/+1 | |
| * | | | | | Fix typo | Carson McDonald | 2013-03-26 | 1 | -1/+1 | |
| * | | | | | localised => localized | Prathamesh Sonpatki | 2013-03-25 | 1 | -1/+1 | |
| * | | | | | Fix some typos | Akira Matsuda | 2013-03-25 | 2 | -2/+2 | |
| * | | | | | s/Textmate/TextMate/ | Akira Matsuda | 2013-03-25 | 1 | -1/+1 | |
| * | | | | | s/Github/GitHub/ | Akira Matsuda | 2013-03-25 | 1 | -1/+1 | |
| * | | | | | fix some typos | Vipul A M | 2013-03-25 | 2 | -3/+3 | |
| * | | | | | correct some typo in earlier commit. | Deshi Xiao | 2013-03-24 | 1 | -1/+1 |