Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added missing active record configurations. | wangjohn | 2013-09-25 | 1 | -0/+6 |
| | |||||
* | Fix link_to return value | Earl J St Sauver | 2013-09-22 | 1 | -1/+1 |
| | | | | | | The documentation is showing the link_to method as just returning the contents of the url_for method. It should be returning an "<a>" tag with the correct href set. | ||||
* | use active voice and use more descriptive terms | Weston Platter | 2013-09-22 | 1 | -1/+1 |
| | |||||
* | `skiping` => `skipping` | Vipul A M | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | Fix Show link on resource | Vipul A M | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | incorrect url | Sergio | 2013-09-16 | 1 | -1/+1 |
| | | | incorrect url | ||||
* | incorrect urls | Sergio | 2013-09-16 | 1 | -2/+2 |
| | | | I've found two incorrects urls for adding ':' at the end of the url | ||||
* | surplus : in attachment_fu plugin | Sergio | 2013-09-15 | 1 | -1/+1 |
| | | | surplus ':' character in url | ||||
* | EncryptedCookieStore => CookieStore [ci skip] | Rashmi Yadav | 2013-09-13 | 1 | -1/+1 |
| | |||||
* | asset_url => asset-url in sass-rails docs [ci skip] | Rashmi Yadav | 2013-09-13 | 1 | -1/+1 |
| | |||||
* | Removed doc of diff method [ci skip] | Rashmi Yadav | 2013-09-13 | 1 | -38/+0 |
| | |||||
* | Updated guides with latest method [ci skip] | Rashmi Yadav | 2013-09-13 | 1 | -2/+2 |
| | |||||
* | Updated the file path [ci skip] | Rashmi Yadav | 2013-09-13 | 1 | -4/+4 |
| | |||||
* | Updated with latest method [ci skip] | Rashmi Yadav | 2013-09-13 | 1 | -4/+5 |
| | |||||
* | Revert ""generates" applies to "collection radio" so it should be singular" | Rafael Mendonça França | 2013-09-12 | 1 | -2/+2 |
| | | | | | | This reverts commit faeb33dc036e4f707491c91a23ee3e990573141b. Reason: Code changes can't be done on docrails | ||||
* | take out reference to previous versions of Rails | Waynn Lue | 2013-09-12 | 1 | -3/+1 |
| | |||||
* | "generates" applies to "collection radio" so it should be singular | Waynn Lue | 2013-09-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-09-13 | 11 | -129/+293 |
|\ | |||||
| * | Wrap the guides in 80 columns [ci skip] | Rafael Mendonça França | 2013-09-12 | 1 | -101/+260 |
| | | |||||
| * | Merge pull request #163 from mogetutu/master | Rafael Mendonça França | 2013-09-12 | 1 | -1/+1 |
| |\ | | | | | | | Added quotes when defining the precision for the `decimal` fields | ||||
| | * | 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. | ||||
| * | Change documentation to consistently refer to the same object | Earl J St Sauver | 2013-09-08 | 1 | -8/+8 |
| | | | | | | | | | | | | The documentation in this section is referring to a profile, so the resource that's created should probably also be a profile of some sort. | ||||
| * | Blacklist refferenced in docs is actually whitelist | Earl J St Sauver | 2013-09-08 | 1 | -2/+2 |
| | | | | | | | | | | | | The docs refference a blacklist, but really what's being described is a whitelist. Anything that matches the constraint gets through to the path. | ||||
| * | 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 |
| | | |||||
* | | Merge pull request #12208 from mjhoy/patch-1 | Rafael Mendonça França | 2013-09-12 | 1 | -4/+0 |
|\ \ | | | | | | | remove outdated docs | ||||
| * | | remove outdated docs | Michael Hoy | 2013-09-12 | 1 | -4/+0 |
|/ / | |||||
* | | Merge pull request #12196 from h-lame/fix-activesupport-cache-filestore-cleanup | Rafael Mendonça França | 2013-09-12 | 3 | -1/+18 |
|\ \ | | | | | | | Fix FileStore#cleanup to no longer rely on missing each_key method | ||||
| * | | Fix FileStore#cleanup to no longer rely on missing each_key method | Murray Steele | 2013-09-11 | 3 | -1/+18 |
| | | | |||||
* | | | Merge pull request #12207 from chancancode/fix_json_load | Rafael Mendonça França | 2013-09-12 | 2 | -2/+14 |
|\ \ \ | | | | | | | | | Enabled quirks mode on JSON.parse, fixes broken test in af9caae | ||||
| * | | | Enabled quirks mode on JSON.parse, fixes broken test in af9caae | Godfrey Chan | 2013-09-12 | 2 | -2/+14 |
|/ / / | | | | | | | | | | | | | | | | | | | It turns out that ActionPack depends on the decoder to parse JSON "fragments" (e.g. '"a string"', '1', 'null', etc), so we need to enable quirks mode on JSON.parse. Also added coverage on the decoder side to prevent regression. | ||||
* | | | Write the right CHANGELOG entry for #11603 | Rafael Mendonça França | 2013-09-12 | 1 | -1/+1 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Merge pull request #11603 from ↵ | Rafael Mendonça França | 2013-09-12 | 3 | -2/+10 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | jetthoughts/join_strings_instead_of_contactination Cleanup: replace String concatenation by joining for excerpt helper | ||||
| * | | | Cleanup of excerpt helper | Paul Nikitochkin | 2013-09-06 | 3 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | * replaced String concatenation by joining * separator has default value to '', even it is nil | ||||
* | | | | Merge pull request #12206 from harshadsabne/master | Rafael Mendonça França | 2013-09-12 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Update 4_0_release_notes.md | ||||
| * | | | | Update 4_0_release_notes.md | Harshad Sabne | 2013-09-12 | 1 | -3/+3 |
|/ / / / | | | | | | | | | Active support --> Deprecations Code highlighted. | ||||
* | | | | Disable prepared statements in the unprepared_statement block | Rafael Mendonça França | 2013-09-12 | 1 | -2/+3 |
| | | | | |||||
* | | | | Fix typo on instance variable get call | Carlos Antonio da Silva | 2013-09-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #12205 from claudiob/remove-unused-raw-email-fixtures | Carlos Antonio da Silva | 2013-09-12 | 15 | -736/+0 |
|\ \ \ \ | | | | | | | | | | | Remove unused raw email fixtures | ||||
| * | | | | Remove unused raw email fixtures | claudiob | 2013-09-12 | 15 | -736/+0 |
|/ / / / | | | | | | | | | | | | | The tests that used the raw_email_* fixtures were removed in d500ad3 | ||||
* | | | | Merge pull request #12201 from chancancode/json_load | Jeremy Kemper | 2013-09-11 | 2 | -3/+16 |
|\ \ \ \ | | | | | | | | | | | Replace JSON.load with JSON.parse |