aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed a typoaditya-kapoor2013-08-201-1/+1
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-1735-88/+131
|\ | | | | | | | | | | | | | | Conflicts: actionview/README.rdoc activerecord/lib/active_record/migration.rb guides/source/development_dependencies_install.md guides/source/getting_started.md
| * Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-1739-115/+120
| | | | | | | | | | | | | | This reverts commit 70d6e16fbad75b89dd1798ed697e7732b8606fa3, reversing changes made to ea4db3bc078fb3093ecdddffdf4f2f4ff3e1e8f9. Seems to be a code merge done by mistake.
| * [getting started] Don't define resources :posts a second time + clarify ↵Ryan Bigg2013-08-161-14/+4
| | | | | | | | messaging around 'Showing Posts' section
| * Added new line [ci skip]Rashmi Yadav2013-08-141-0/+1
| |
| * Added docs for 'remove' method [ci skip]Rashmi Yadav2013-08-141-0/+11
| |
| * Merge branch 'master' of github.com:rails/docrailsThiago Pinto2013-08-1439-120/+115
| |\
| | * Minor align BR tags with HTML void - with reference to the generators code ↵AvnerCohen2013-08-072-2/+2
| | | | | | | | | | | | change - https://github.com/rails/rails/commit/f038d4cc5fe1ac21f92c7e32c61ff85a0c816f3f
| | * Revert "Removing obsolete html tags in favor of markdown code block"Avner Cohen2013-08-063-52/+52
| | | | | | | | | | | | This reverts commit 157dc275da0ad38635337b7c1d96de656d91de8e.
| | * Removing obsolete html tags in favor of markdown code block.Avner Cohen2013-08-063-52/+52
| | |
| | * Added Action View in 'rake about' [ci skip]Arun Agrawal2013-08-021-5/+6
| | |
| * | guides should tell people to write ruby code, not outputThiago Pinto2013-08-141-0/+7
| | |
* | | Merge pull request #11920 from dlam/patch-1Santiago Pastorino2013-08-171-1/+1
|\ \ \ | | | | | | | | Fixed grammar error in ordered_options documention.
| * | | Fixed grammar error in ordered_options documention.Dustin Lam2013-08-171-1/+1
|/ / /
* | | Merge pull request #11059 from robin850/improve-test-guideXavier Noria2013-08-161-6/+64
|\ \ \ | | | | | | | | Improve the testing guide [ci skip]
| * | | Improve the testing guide [ci skip]Robin Dupret2013-06-251-6/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve the "Testing Rails Applications" guide adding a section for testing helpers and a little note about associations with ActiveRecord and YAML fixtures. Also add a link to Fixture Builder ; yet another replacement for fixtures such as Machinist or FactoryGirl.
* | | | Merge pull request #11910 from brendon/masterCarlos Antonio da Silva2013-08-161-1/+1
|\ \ \ \ | | | | | | | | | | Use binary mode to write uploaded files [ci skip]
| * | | | Use binary mode to write uploaded files [ci skip] See: ↵Brendon Muir2013-08-161-1/+1
|/ / / / | | | | | | | | | | | | http://stackoverflow.com/a/4988984/129798 for an explanation for why this is required for Ruby 1.9.
* | | | fix build error caused by #11900.Yves Senn2013-08-151-1/+1
| | | |
* | | | Merge pull request #11900 from onlymejosh/add_less_to_rake_todosYves Senn2013-08-153-1/+7
|\ \ \ \ | | | | | | | | | | Adding LESS to rake notes
| * | | | Adding LESS to rake notesJosh Crowder2013-08-153-1/+7
|/ / / /
* | | | Merge pull request #11897 from wangjohn/fixing_multiple_word_inverse_detectionJosé Valim2013-08-144-2/+19
|\ \ \ \ | | | | | | | | | | Fixing multi-word automatic inverse detection.
| * | | | Fixing multi-word automatic inverse detection.wangjohn2013-08-154-2/+19
|/ / / / | | | | | | | | | | | | | | | | Currently, ActiveRecord models with multiple words cannot have their inverse associations detected automatically.
* | | | Merge pull request #11887 from raysrashmi/typo_fixCarlos Antonio da Silva2013-08-141-3/+3
|\ \ \ \ | | | | | | | | | | Typo Fix[ci skip]
| * | | | Typo Fix[ci skip]Rashmi Yadav2013-08-141-3/+3
|/ / / /
* | | | Merge pull request #11574 from jetthoughts/11552_rescue_on_invalid_inet_assignYves Senn2013-08-143-1/+37
|\ \ \ \ | | | | | | | | | | Fix assign ip address with invalid values raise exception
| * | | | Rescue invalid ip address exceptions on assign.Paul Nikitochkin2013-08-143-1/+37
| | | | | | | | | | | | | | | | | | | | In order that set attribute should not be bang method
* | | | | Merge pull request #11886 from ↵Yves Senn2013-08-141-28/+28
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | jetthoughts/remove_redundant_assert_from_datatype_test Removed redundant asserts for assigns attribute operation
| * | | | Removed redundant asserts for assigns attribute operationPaul Nikitochkin2013-08-141-28/+28
|/ / / /
* | | | document `assert_not_XYZ` in place of `refute_XYZ`.Yves Senn2013-08-141-10/+10
| | | |
* | | | Merge pull request #11617 from swooop/doc_sanitizeXavier Noria2013-08-141-0/+66
|\ \ \ \ | | | | | | | | | | Added SanitizeHelper to rails guide docs [ci skip]
| * | | | Added SanitizeHelper to rails guide docs [ci skip]Toby Sims2013-07-291-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added SanitizeHelper to rails guide docs [ci skip] Added SanitizeHelper to rails guide docs update [ci skip]
* | | | | Merge pull request #11544 from prathamesh-sonpatki/namespaced_routes_testYves Senn2013-08-143-1/+58
|\ \ \ \ \ | | | | | | | | | | | | Generate namespaced routes correctly for generators. Fix for #11532
| * | | | | Generate namespaced routes correctly for generators. Fix for #11532Prathamesh Sonpatki2013-08-143-1/+58
| | | | | |
* | | | | | test-case for fixed issue #11870.Yves Senn2013-08-141-0/+4
| | | | | |
* | | | | | Merge pull request #11756 from zilkey/masterYves Senn2013-08-131-0/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | | added String#to_date documentation to Rails 4 upgrade guide [ci skip]
| * | | | | added String#to_date documentation to Rails 4 upgrade guideJeff Dean2013-08-061-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | Merge pull request #11807 from jetthoughts/11804_actions_are_public_methodsSteve Klabnik2013-08-131-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add description of action in Getting Started Guide [ci skip]
| * | | | | | #11804: Add description of action in Getting Started GuidePaul Nikitochkin2013-08-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Closes #11804
* | | | | | | Merge pull request #11847 from AJ-Acevedo/masterSteve Klabnik2013-08-131-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Updated outdated initialization guide [ci skip]
| * | | | | | | Updated outdated initialization guide [ci skip]AJ Acevedo2013-08-131-1/+1
| | | | | | | |
* | | | | | | | Add String#remove(pattern) as a short-hand for the common pattern of ↵David Heinemeier Hansson2013-08-133-0/+19
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | String#gsub(pattern, '')
* | | | | | | Merge pull request #11868 from rajcybage/fix_refuteRafael Mendonça França2013-08-132-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | using assert_not instead of refute
| * | | | | | | using assert_not instead of refuteRajarshi Das2013-08-132-4/+4
|/ / / / / / /
* | | | | | | Merge pull request #11861 from ↵José Valim2013-08-131-0/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sadjow/improve-doc-translations-active-record-models Add plural form example for AR I18n section [ci skip]
| * | | | | | | Add plural form example for AR I18n section [ci skip]Sadjow Leão2013-08-131-0/+13
|/ / / / / / /
* | | | | | | renames the :abort deprecation behaviour to :raiseXavier Noria2013-08-133-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | That is a better name, thanks @jeremy.
* | | | | | | fixes typo in CHANGELOGXavier Noria2013-08-131-1/+1
| | | | | | |
* | | | | | | defines a new :abort deprecation behaviour that raisesXavier Noria2013-08-133-5/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See the CHANGELONG message in the patch for further details.
* | | | | | | Merge pull request #11856 from dchelimsky/refactor-duration-inspectSteve Klabnik2013-08-121-7/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Refactor Duration#inspect