aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-07-285-55/+44
| |\
| | * Typo fixMikhail Dieterle2013-07-281-1/+1
| | |
| | * Using markdown-style code quotesMikhail Dieterle2013-07-281-2/+2
| | |
| | * Fix lixml2 to libxml2 [ci skip]Robin Dupret2013-07-281-1/+1
| | |
| | * Fixes typo in Object#try!Jay Hayes2013-07-261-1/+1
| | |
| | * Use hyphenated version of assert_url [ci skip]Robin Dupret2013-07-261-1/+1
| | |
| | * Add a SQL example for `not` [ci skip]Robin Dupret2013-07-261-1/+7
| | | | | | | | | | | | To share a certain logic across other examples, let's add a sample SQL code generated by the given Ruby code
| | * Refix my misreading of the diffDamien Mathieu2013-07-261-1/+1
| | | | | | | | | | | | sorry @robin850. Thanks @fxn
| | * Revert "Fix the SQLite gem name"Damien Mathieu2013-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 700c6c65bcce17d4c61423ceaef031bcbe203337. Bot the `sqlite3` and `sqlite3-ruby` gems exist. https://rubygems.org/gems/sqlite3 https://rubygems.org/gems/sqlite3-ruby In fact, they both point to the same github repository. https://github.com/luislavena/sqlite3-ruby However, the last one hasn't been released since 2011, while the first one keeps getting regular releases.
| | * Add packages list for ArchLinux [ci skip]Robin Dupret2013-07-241-0/+20
| | | | | | | | | | | | Add the packages required on Arch Linux when setting up the development dependencies
| | * Fix the SQLite gem nameRobin Dupret2013-07-241-1/+1
| | |
| | * Removed doc of removed method diff [ci skip]Rashmi Yadav2013-07-241-38/+0
| | |
| | * Updated guides with latest method [ci skip]Rashmi Yadav2013-07-241-2/+2
| | |
| | * fixed file name references [ci skip]Rashmi Yadav2013-07-241-4/+4
| | |
| | * Updated guides with latest method [ci skip]Rashmi Yadav2013-07-231-4/+5
| | | | | | | | | for blank?
| * | Merge pull request #11633 from neerajdotname/fix_rder_dependent_testGuillermo Iguaran2013-07-281-0/+5
| |\ \ | | | | | | | | fix order dependent test
| | * | fix order dependent testNeeraj Singh2013-07-281-0/+5
| | | | | | | | | | | | | | | | | | | | `ReflectionTest` uses column information in tests and those tests break if tests are run in random order.
| * | | Merge pull request #11625 from phstc/minor-refactor-code-gardener-groupingRafael Mendonça França2013-07-272-2/+1
| |\ \ \ | | |/ / | |/| | Minor refactor - Uses Enumerable#to_a instead of iterate and add to an array
| | * | Minor refactor - Uses Enumerable#to_a instead of iterate and add to anPablo Cantero2013-07-273-5/+2
| | | | | | | | | | | | | | | | array
| * | | Merge pull request #11620 from spajus/update_docsSantiago Pastorino2013-07-271-1/+1
| |\ \ \ | | | | | | | | | | Update Rails 3.2.x guide link [ci skip]
| | * | | Update Rails 3.2.x guide link [ci skip]Tomas Varaneckas2013-07-271-1/+1
| |/ / /
| * | | Merge pull request #11611 from arunagw/api-generation-avXavier Noria2013-07-261-7/+5
| |\ \ \ | | | | | | | | | | Excluding action_view/vendor in API[ci skip]
| | * | | Removed excluding vendor from API doc [ci skip]Arun Agrawal2013-07-261-6/+3
| | | | | | | | | | | | | | | | | | | | These folder not exists in system
| | * | | Excluding action_view/vendor in API [ci skip]Arun Agrawal2013-07-261-1/+2
| |/ / /
| * | | Refactor handling of action normalizationMax Shytikov2013-07-261-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | Reference: Bloody mess internals http://gusiev.com/slides/rails_contribution/static/#40
| * | | Be sure to restore the default I18n.locale after changed its value in a testAkira Matsuda2013-07-261-3/+3
| | | |
| * | | Fix order dependent testsAkira Matsuda2013-07-261-2/+10
| | | | | | | | | | | | | | | | Restore default ActiveSupport::XmlMini.backend after tests
| * | | Don't mutate the Base settings by merge!ing the given valueAkira Matsuda2013-07-262-1/+4
| | | |
| * | | Reset ActionView::Base.logger instead of AC::Base.loggerAkira Matsuda2013-07-261-1/+1
| | | | | | | | | | | | | | | | see: 9b0ac0bc74569db460f87ea6888b3847be0ff5be
| * | | Fix order dependent testsAkira Matsuda2013-07-261-0/+4
| | | | | | | | | | | | | | | | Reset ActionView::Base.logger after tests
| * | | Fix order dependent AP testAkira Matsuda2013-07-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | any_instance.stubs + unstub with Mocha doesn't restore the original status in the following case, so we need to undef Customer#to_json before every test require 'test/unit' require 'mocha/setup' module M def foo() :foo; end end class C include M undef_method :foo end C.any_instance.stubs(:foo).returns(:mocha) C.any_instance.unstub(:foo)
| * | | grab executable from rubygemsAaron Patterson2013-07-251-1/+1
| | | |
| * | | Merge pull request #11598 from Karunakar/flat_map1Rafael Mendonça França2013-07-251-1/+1
| |\ \ \ | | | | | | | | | | Used flat_map instead of map.flatten in mas_many_through_associations_test.rb
| | * | | used flat_map instead of map.flattenKarunakar (Ruby)2013-07-251-1/+1
| |/ / /
| * | | Merge pull request #11582 from steveklabnik/add_binSteve Klabnik2013-07-251-1/+1
| |\ \ \ | | | | | | | | | | rake -> bin/rake
| | * | | rake -> bin/rakeSteve Klabnik2013-07-241-1/+1
| | | | |
| * | | | Merge pull request #11341 from arunagw/added-missing-actionview-to-installRafael Mendonça França2013-07-252-3/+1
| |\ \ \ \ | | | | | | | | | | | | Added description in actionview gemspec.
| | * | | | Added some description to generate actionview gem [ci skip]Arun Agrawal2013-07-172-3/+1
| | | | | |
| * | | | | :scissors: [ci skip]Carlos Antonio da Silva2013-07-251-1/+1
| | | | | |
| * | | | | Merge pull request #11591 from ankit8898/typoCarlos Antonio da Silva2013-07-251-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Typo fix [ci skip]
| | * | | | | Typo fixAnkit Gupta2013-07-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [skip ci] Fixing the typo which is formed a not required link. Check here http://api.rubyonrails.org/classes/ActionController/Base.html under paramters section keeping it under tt tag