Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #10003 from tkhr/refactor-scoping-test-files | Carlos Antonio da Silva | 2013-03-30 | 3 | -330/+333 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Reorganize scoping test files | |||||
| * | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The file name should be name_scoping_test.rb and the class should be `NamedScopingTest` according to ActiveRecord::Scoping::Name | |||||
| * | | | | | | move tests for NamedScope and DefaultScope under test/cases/scoping/ | Takehiro Adachi | 2013-03-30 | 2 | -0/+0 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The scoping/default.rb and scoping/named.rb got moved under scoping/ in commit 2b22564c4efaa63d4bbc006762838c4025c1bdca, but the tests never did. | |||||
* | | | | | | Merge pull request #9997 from vipulnsward/hash_destructive_merge | Carlos Antonio da Silva | 2013-03-30 | 2 | -2/+2 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Change merge to merge! to avoid creating new objects | |||||
| * | | | | | | 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 | |||||
| * | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do the absolute bare minimum needed to define this task, no need to compute gem paths everytime you call rake. | |||||
* | | | | | | | be lazy configuring the RDoc files | Xavier Noria | 2013-03-30 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code is executed every time you run a rake task, there is no need to, specially adding a penalty to test suites. | |||||
* | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I see no need to list the Gemfile contents (twice!) to convey this message. | |||||
* | | | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-30 | 44 | -208/+274 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb activerecord/test/cases/adapter_test.rb guides/source/testing.md [ci skip] | |||||
| * | | | | | | More typo / wording fixes | Jonathan Roes | 2013-03-29 | 1 | -6/+6 | |
| | | | | | | | ||||||
| * | | | | | | Proofreading tweaks | Jonathan Roes | 2013-03-29 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Consistent hash structure - Rewording / typo fixes | |||||
| * | | | | | | 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 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adding info that Gemfile group :assets doesn't exists anymore | |||||
| | * | | | | | | info that Gemfile *group :assets* was removed | Vinicius Quaiato | 2013-03-29 | 1 | -0/+26 | |
| |/ / / / / / | | | | | | | | | | | | | | | Adding info that Gemfile *group :assets* was removed on upgrading_ruby_on_rails.md | |||||
| * | | | | | | 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 ↵ | sthollmann | 2013-03-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | available at the previous location | |||||
| * | | | | | | 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 | |
| | | | | | | | ||||||
| * | | | | | | correct test command's typo | Deshi Xiao | 2013-03-24 | 1 | -13/+13 | |
| | | | | | | | ||||||
| * | | | | | | view/views, asset/assets | Prathamesh Sonpatki | 2013-03-24 | 2 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | s/app\/model\//app\/models\//g | Akira Matsuda | 2013-03-24 | 2 | -6/+6 | |
| | | | | | | | ||||||
| * | | | | | | Typo: Migration class name would use plural | Chao Ren | 2013-03-23 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Reverted change in activemodel/CHANGELOG.md introduced by ↵ | Prathamesh Sonpatki | 2013-03-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | d45145acdc576e46a1f1719d69bec96b5bf07b0a | |||||
| * | | | | | | Reverted code change introduced in d45145acdc576e46a1f1719d69bec96b5bf07b0a | Prathamesh Sonpatki | 2013-03-24 | 2 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Changed 'args' to 'arguments' when used in places other than code with ↵ | Prathamesh Sonpatki | 2013-03-24 | 5 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixing few more typos | |||||
| * | | | | | | Fixed typo : contraints -> constraints | Prathamesh Sonpatki | 2013-03-23 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Add minitest-spec-rails to guide's testing options | Ken Collins | 2013-03-22 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fix typo | Carson McDonald | 2013-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | | | fix the initializer block example and clarify | Carlos Puchol | 2013-03-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clarify that the contents of the block is expected to return a string. the previous example executed puts and the initializer got nothing. also, made it consistent with the single-line example to be more clear as to what's going on | |||||
| * | | | | | | Remove duplicated accepts_nested_attributes description | ma2gedev | 2013-03-22 | 1 | -16/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | there are just the same description about accepts_nested_attributes [ci skip] | |||||
| * | | | | | | Using American English spellings over British style spellings | Prathamesh Sonpatki | 2013-03-21 | 2 | -5/+5 | |
| | | | | | | | ||||||
| * | | | | | | Added link to Turbolinks Railscast | Prathamesh Sonpatki | 2013-03-21 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Update documentation for Where chained modifiers. | Ryan Sandridge | 2013-03-19 | 1 | -7/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | where.like and where.not_like were removed in 8d02afeaee, but the guide was not updated. | |||||
| * | | | | | | fix introduced `:` ; fix another typo | Vipul A M | 2013-03-20 | 2 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Undo bad change in cf0931166be13dbbe660 | Steve Klabnik | 2013-03-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | I didn't know that this was about RDoc! | |||||
| * | | | | | | more typos in guides | Vipul A M | 2013-03-20 | 2 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Fixed small typos | Prathamesh Sonpatki | 2013-03-19 | 2 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | "overwritten" is one word | Waynn Lue | 2013-03-18 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fix typo, ording to ordering | Carson McDonald | 2013-03-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] |