Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting Started Guide: update RubyGems Guides link [ci skip] | Francis Go | 2013-09-24 | 1 | -2/+2 |
| | |||||
* | Update references to wycats/thor to erikhuda/thor. | Benjamin Manns | 2013-09-23 | 1 | -3/+3 |
| | |||||
* | Fix the model name in the association basics guides | Rafael Mendonça França | 2013-09-23 | 1 | -1/+4 |
| | | | [ci skip] | ||||
* | Merge pull request #10816 from bogdan/less-dirty-dirty | Rafael Mendonça França | 2013-09-23 | 1 | -1/+1 |
| | | | | Make AM::Dirty less dirty to plugin into AR or other library | ||||
* | Merge pull request #12314 from JuanitoFatas/migrations | Yves Senn | 2013-09-23 | 1 | -0/+1 |
|\ | | | | | [ci skip] Add `null` type modifier in migrations.md. | ||||
| * | [ci skip] Add a type modifier in migrations.md. | Juanito Fatas | 2013-09-22 | 1 | -0/+1 |
| | | |||||
* | | [ci skip] Add missing migrate step in generating comment resource section. | Juanito Fatas | 2013-09-22 | 1 | -1/+5 |
|/ | |||||
* | Merge pull request #12307 from douglascalhoun/patch-1 | Vijay Dev | 2013-09-21 | 1 | -2/+0 |
|\ | | | | | Removes (redundant?) sentence fragment in intro text | ||||
| * | Removes redundant into text | douglascalhoun | 2013-09-21 | 1 | -2/+0 |
| | | | | | | Looks like a remnant sentence fragment from the 3.2 guide. | ||||
* | | [ci skip] Fix a typo in Engines.md. | Juanito Fatas | 2013-09-22 | 1 | -1/+1 |
|/ | |||||
* | Fix: Remove broken link on rails 3 guide | Gary Rennie | 2013-09-20 | 1 | -2/+0 |
| | | | | | As raised in https://github.com/rails/rails/issues/12300 [ci skip] | ||||
* | mention controller test base class in testing guide. [ci skip] | Yves Senn | 2013-09-20 | 1 | -4/+6 |
| | |||||
* | [ci skip] Improve readability of 4.3's NOTE in migration.md. | Juanito Fatas | 2013-09-17 | 1 | -3/+3 |
| | |||||
* | [ci skip] Consistency wording of 9.6 in form_helpers.md | Juanito Fatas | 2013-09-15 | 1 | -1/+1 |
| | | | | | | Chapter 9 is giving a user and set of addresses example. So 'Add a new address' would be more consistent. Also change the javascript to JavaScript. | ||||
* | Merge pull request #12231 from harshadsabne/master | Steve Klabnik | 2013-09-14 | 1 | -6/+6 |
|\ | | | | | [ci skip] Update plugins.md | ||||
| * | [ci skip] Update plugins.md | Harshad Sabne | 2013-09-14 | 1 | -6/+6 |
| | | | | | | Highlighted code. | ||||
* | | Merge pull request #12215 from harshadsabne/master | Rafael Mendonça França | 2013-09-13 | 1 | -5/+5 |
|\| | | | | | Update 3_2_release_notes.md | ||||
| * | Update 3_2_release_notes.md | Harshad Sabne | 2013-09-13 | 1 | -5/+5 |
| | | | | | | Fixed typo and applied proper code highlighting. | ||||
* | | Merge pull request #12216 from suginoy/a-an | Rafael Mendonça França | 2013-09-13 | 3 | -4/+4 |
|\ \ | | | | | | | Fix typos: the indefinite articles(a -> an). | ||||
| * | | Fix typos: the indefinite articles(a -> an) | SUGINO Yasuhiro | 2013-09-13 | 3 | -4/+4 |
| | | | |||||
* | | | Use the Rails binary when generating task | Rafael Mendonça França | 2013-09-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Copy-edits [ci skip] | ||||
* | | | Merge pull request #12170 from siong1987/task | Rafael Mendonça França | 2013-09-12 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | | | | | [ci skip] Documentation on how to create custom rake tasks. | ||||
| * | | | [ci skip] Documentation on how to create custom rake tasks. | Teng Siong Ong | 2013-09-10 | 1 | -1/+3 |
| | | | | |||||
* | | | | Merge pull request #12175 from JuanitoFatas/doc-patch | Rafael Mendonça França | 2013-09-12 | 1 | -5/+16 |
|\ \ \ \ | | | | | | | | | | | [ci skip] Add missing setting locale code snippet. | ||||
| * | | | | [ci skip] Fix links in section 5.3 of i18n.md | Juanito Fatas | 2013-09-10 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | Now all links point to the correct line number. | ||||
| * | | | | [ci skip] Add missing setting locale code snippet. | Juanito Fatas | 2013-09-10 | 1 | -0/+11 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for 3 Internationalizing your Application of i18n.md. Missing the code as mentioned in 2.3, setting locale. Without this, the example to add config/locales/pirate.yml will not work. | ||||
* | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-09-13 | 10 | -119/+283 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Wrap the guides in 80 columns [ci skip] | Rafael Mendonça França | 2013-09-12 | 1 | -101/+260 |
| | | | | |||||
| * | | | Added quotes when defining the precision for the `decimal` fields | mogetutu | 2013-09-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before: ```bash $ rails generate migration AddDetailsToProducts price:decimal{5,2} supplier:references{polymorphic} ``` after: ```bash $ rails generate migration AddDetailsToProducts 'price:decimal{5,2}' supplier:references{polymorphic} ``` | ||||
| * | | | Plural of Deer not deer | Sergio | 2013-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Change the plural of Deer word in the naming conventions | ||||
| * | | | html generated for a search form | Sergio | 2013-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | There's a div that is generated in rails for a default search form and is not includen in the example. | ||||
| * | | | added # or comment | Sergio | 2013-09-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Review the changes made on 90155b4e28a3887dce9428e9df150ede3d6c7465 | Rafael Mendonça França | 2013-09-04 | 1 | -5/+9 |
| | | | | |||||
| * | | | Client.exists?(1,2,3) and Client.exists?([1,2,3]) does not work | Sergio | 2013-09-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | The right command for doing that is Client.exists?id:[1,2,3] Exists does not work like find method, in find method you can do Person.find(1, 2, 6) or Person.find([7, 17]) but not Person.exists?(1,2,3) or Person.exists?([1,2,3]) | ||||
| * | | | Example of Join models | Sergio | 2013-09-04 | 1 | -1/+1 |
| | | | | | | | | | | | | In the example of join models, there are five models but in the explanation only consider Category, Post, Comment and Guest. | ||||
| * | | | `implemention` => `implementation` | Vipul A M | 2013-09-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | `attibutes` => `attributes` | Vipul A M | 2013-09-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Be assertive about adding `[ci skip]` message | Vipul A M | 2013-09-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | 4.0 Release notes should point to 4.0 Changelog | Vipul A M | 2013-09-03 | 1 | -6/+6 |
| | | | | |||||
| * | | | Fix spacing issue | Vipul A M | 2013-09-03 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Update 4_0_release_notes.md | Harshad Sabne | 2013-09-12 | 1 | -3/+3 |
| | | | | | | | | | Active support --> Deprecations Code highlighted. | ||||
* | | | remove sentence err | michaelminter | 2013-09-11 | 1 | -1/+1 |
| | | | |||||
* | | | Update Rails 3.2.x guide link [ci skip] | Tomas Varaneckas | 2013-09-10 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #12167 from hannesfostie/grammar-improvement | Steve Klabnik | 2013-09-09 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | [ci skip] Improves a sentence in guides/security | ||||
| * | | Improves a sentence in guides/security | Hannes Fostie | 2013-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Changed "... books make this wrong" to "... books get this wrong" | ||||
* | | | [ci skip] Change link name of Rails i18n wiki. | Juanito Fatas | 2013-09-09 | 1 | -1/+1 |
|/ / | | | | | | | Actually it's Ruby i18n link. | ||||
* | | Use Ruby on Rails Coding Conventions for code examples in the guides | Paul Nikitochkin | 2013-09-06 | 11 | -90/+89 |
| | | | | | | | | | | | | | | | | * Indent after private/protected * Ruby >= 1.9 syntax for hashes * Prefer method { do_stuff } instead of method{do_stuff} for single-line blocks. [ci skip] | ||||
* | | Merge pull request #12130 from egilburg/patch-1 | Yves Senn | 2013-09-05 | 1 | -2/+33 |
|\ \ | | | | | | | Document a difference between pluck and select [ci skip] | ||||
| * | | Document a difference between pluck and select [ci skip] | Eugene Gilburg | 2013-09-04 | 1 | -2/+33 |
| |/ | | | | | | | Explain that `pluck` differs from `select` in that it does not construct `ActiveRecord` objects and thus model-level overrides are unavailable. | ||||
* / | Adjusting 4.0 release notes to show more appropriate replacements for ↵ | Brock Trappitt | 2013-09-01 | 1 | -3/+3 |
|/ | | | | dynamic finders [ci skip] |