Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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] | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-31 | 3 | -11/+17 |
|\ | |||||
| * | Fix typos [ci skip] | Carlos Antonio da Silva | 2013-08-30 | 1 | -2/+2 |
| | | |||||
| * | Add documentation for rake db:setup task | Jay Hayes | 2013-08-29 | 1 | -0/+5 |
| | | |||||
| * | Note functional equivalence in reset task | Jay Hayes | 2013-08-29 | 1 | -2/+2 |
| | | |||||
| * | Document ability to run a single test. | wangjohn | 2013-08-21 | 1 | -1/+8 |
| | | |||||
| * | Removing merge conflict remnants in the guides. | wangjohn | 2013-08-21 | 1 | -6/+0 |
| | | |||||
| * | Moved "`mod_expires` to be enabled" to new line. | Prathamesh Sonpatki | 2013-08-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | - Right now the comment was not rendering properly. # The Expires* directives requires the Apache module `mod_expires` to be # enabled. - After this change - # The Expires* directives requires the Apache module # `mod_expires` to be enabled. | ||||
* | | Merge pull request #12033 from alexaltair/patch-1 | Yves Senn | 2013-08-27 | 1 | -1/+1 |
|\ \ | | | | | | | change reference of `Test::Unit` to `Minitest` [ci skip] | ||||
| * | | Update Test::Unit to Minitest | Alex Altair | 2013-08-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Previous was misleading; current is more up to date. [ci skip] | ||||
* | | | Merge pull request #11805 from ↵ | Rafael Mendonça França | 2013-08-27 | 1 | -34/+36 |
|\ \ \ | | | | | | | | | | | | | | | | | jetthoughts/11803_update_move_forbidden_exception_description_before_show [Getting Started Guide] Move Forbidden attributes description before show post section [ci skip] | ||||
| * | | | #11803: Move Forbidden attributes description before show post section | Paul Nikitochkin | 2013-08-27 | 1 | -34/+36 |
| |/ / | | | | | | | | | | [ci skip] | ||||
* / / | adding more finder migration information to upgrade guide [ci skip] | Gary S. Weaver | 2013-08-27 | 1 | -0/+6 |
|/ / | |||||
* | | Merge pull request #12032 from carolinemota/fixdoc | Carlos Antonio da Silva | 2013-08-26 | 1 | -19/+3 |
|\ \ | | | | | | | Remove whiny_nils config from the rails guides [ci skip] | ||||
| * | | Remove whiny_nils config from the rails guides | Caroline Mota | 2013-08-26 | 1 | -19/+3 |
| | | | | | | | | | | | | | | | | | | This option was removed from master. [ci skip] | ||||
* | | | Merge pull request #11986 from fedesoria/patch-3 | Xavier Noria | 2013-08-26 | 1 | -0/+5 |
|\ \ \ | |/ / |/| | | Warning on doc for assets under lib|vendor not precompiling | ||||
| * | | Warning on doc for assets under lib|vendor not precompiling | Federico Soria | 2013-08-26 | 1 | -0/+5 |
| | | | |||||
* | | | Add note about features vs. bugs. | Steve Klabnik | 2013-08-26 | 1 | -3/+22 |
| | | | | | | | | | | | | | | | Sometimes people ask what makes a feature and what makes a bug, so let's clarify that so we can show it to people later. | ||||
* | | | Flesh out feedback portion of contributing guide. | Steve Klabnik | 2013-08-26 | 1 | -1/+18 |
| | | | | | | | | | | | | | | | I don't know of anyone that hangs out in #rails-contrib, and we should also let people know that feedback can take some time. | ||||
* | | | Soften wording about knowing other devs. | Steve Klabnik | 2013-08-26 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | Many people don't, so point them to a place where they can meet some. | ||||
* | | | Merge pull request #12015 from vipulnsward/add_dynamic_finders_to_upgrade | Steve Klabnik | 2013-08-26 | 1 | -0/+12 |
|\ \ \ | | | | | | | | | Add Finder API changes to upgrading guide [ci skip] | ||||
| * | | | Add Finder API changes to upgrading guide [skip ci] | Vipul A M | 2013-08-26 | 1 | -0/+12 |
| | | | | |||||
* | | | | fix typo in the credit section of the guides. [ci skip] | Yves Senn | 2013-08-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #11997 from startupjockey/add_credits_AS | Yves Senn | 2013-08-26 | 1 | -0/+4 |
|\ \ \ \ | | | | | | | | | | | Adds Akshay Surve to Rails Guides credits list [ci skip] | ||||
| * | | | | Adds Akshay Surve to Rails Guides credits list | Akshay Surve | 2013-08-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had written the original guide for "A Guide to Testing Rails Applications". The current documents maintains the same structure and examples I had drafted albeit with some minor changes to keep up with newer version of Rails. Older version which had credits included: http://guides.rubyonrails.org/v2.3.11/testing.html Github lifo/docrails History: https://github.com/rails/rails/commits/ff359af86505b4d317b7467e7f79aa2ef2c5e795/railties/doc/guides/source/testing_rails_applications.txt | ||||
* | | | | | Removing instances of string class_names in fixtures. | wangjohn | 2013-08-24 | 1 | -1/+1 |
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Also, constantizing the default_fixture_model_name when it gets loaded in from the file. Later, when the class_name is passed to a new FixtureSet, a deprecation warning will occur if the class_name is a string. | ||||
* | | | | typo [ci skip] | Xavier Noria | 2013-08-23 | 1 | -1/+1 |
| | | | |