aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Correct Example output in Rails guides [ci skip]Aditya Kapoor2014-06-071-7/+6
|
* copy edits [ci skip]Vijay Dev2014-06-072-2/+2
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-06-071-1/+9
|\
| * [ci skip] explain association behavior. schneems2014-06-021-0/+6
| | | | | | | | | | When you manually specify `id:` attribute in a fixture Rails' built in association assignment feature will no longer work. http://stackoverflow.com/questions/23985675/incorrect-association-in-fixtures This commit raises awareness of this behavior and encourages developers to look directly at the fixture documentation.
| * [ci skip] add fixture docs link to guidesschneems2014-06-021-1/+3
| | | | | | The fixtures API docs are really comprehensive. We should either be driving people there, or perhaps making fixtures its own guide.
* | [ci skip] Fix capitalizationAkshay Vishnoi2014-06-075-19/+19
| |
* | remove rubyforge.org that was shut down [ci skip]Gaurav Sharma2014-06-065-5/+11
| |
* | docs, update `includes` + `where` example in AR guide. [ci skip]Yves Senn2014-06-061-3/+16
| | | | | | | | Closes #15541.
* | Update getting_started.mdJonathan Powers2014-06-051-0/+2
| | | | | | It's not very clear exactly what the "params" method is and does, as the current description in the guide is somewhat vague and brief. An example is helpful, especially considering this method is referenced over 30 times in this guide. [ci skip]
* | Update getting_started.mdJonathan Powers2014-06-051-0/+2
| | | | | | It may be confusing to a Rails newbie why "Article" is suddenly being referred to with the "A" being capitalized. Thus far in the guide, the "a" has always been in lowercase. I think it is helpful to point out the reason for this change (especially since not using the capital "A" will result in an error). [ci skip]
* | Pluralize paramsMauro George2014-06-031-1/+1
| |
* | Add default_i18n_subject to the guidesMauro George2014-06-031-0/+18
| | | | | | | | [ci skip]
* | Fix typo in ActionController OverviewAri Pollak2014-06-021-2/+2
| | | | | | | | * Should say "sensitive" instead of "sensible"
* | :nail_care: for migrations guide from #15457 [ci skip]Zachary Scott2014-06-011-7/+8
| |
* | Merge pull request #15457 from maurogeorge/add-changing-columnsZachary Scott2014-06-011-0/+22
|\ \ | | | | | | Create Changing Columns on migrations guides [ci skip]
| * | Create Changing Columns on migrations guidesMauro George2014-06-011-0/+22
| | | | | | | | | | | | [ci skip]
* | | Remove docs regarding grouping multiple values, as we should avoidZachary Scott2014-06-011-18/+1
| | | | | | | | | | | | duplicating API reference in guides. Also :scissors: [ci skip]
* | | Merge pull request #15459 from maurogeorge/add-total-grouped-itemsZachary Scott2014-06-011-0/+34
|\ \ \ | |_|/ |/| | Add Total of grouped items to Active Record query interface on guides [ci skip]
| * | Add Total of grouped items to AR query interface on guidesMauro George2014-06-011-0/+34
| |/ | | | | | | [ci skip]
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-06-011-1/+1
|\ \
| * | [ci skip] Fix Compiler's Github linkHarshad Sabne2014-05-271-1/+1
| | |
* | | config.assets.digests -> config.assets.digestJon Atack2014-06-011-2/+2
| | | | | | | | | | | | | | | in Asset Pipeline guide. [skip ci]
* | | Removed 'Caching with Rails' guide from WIP, this guide isn't ready toZachary Scott2014-05-311-5/+0
| |/ |/| | | | | be published and requires more attention. [ci skip]
* | Update guides to mention 3.2.18.George Ogata2014-05-301-4/+5
| | | | | | | | And reword things a little to mention the specific patch release less.
* | Change the version schema to reflect how deprecations are handledRafael Mendonça França2014-05-301-3/+3
| | | | | | | | | | | | [ci skip] We only introduce new deprecations at Minor releases.
* | Update Minitest references in Testing GuideLeandro Facchinetti2014-05-301-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Guide references `test/unit`, which has been replaced by `Minitest` in all versions of Ruby supported by Rails. The following updates were performed: * The superclass of `ActiveSupport::TestCase` is no longer `MiniTest::Unit::TestCase`, but `Minitest::Test` [1]. * The preferred spelling is `Minitest`, not `MiniTest` [2]. * For a method to be a test in Minitest, its name must start with `test_`, not only `test` [3]. * Explanations about `test/unit` in Ruby 1.8 were removed in favor of more up-to-date information on `Minitest`. [1]: https://github.com/rails/rails/blob/6c2b569660c9216595d02ce6412e3bdcc7293317/activesupport/lib/active_support/test_case.rb#L18 [2]: https://github.com/seattlerb/minitest/blob/d5d43cef9a3fd4a0eea972dde125ed5ba1ddb821/lib/minitest.rb#L9 [3]: https://github.com/seattlerb/minitest/blob/d5d43cef9a3fd4a0eea972dde125ed5ba1ddb821/lib/minitest/test.rb#L62
* | `bin/setup` script to bootstrap applications.Yves Senn2014-05-301-1/+1
| |
* | [ci skip] Document Rails' shifted semver.Juanito Fatas2014-05-301-4/+23
| |
* | Generated engines don't include bin/rake, fixes #15409 [ci skip]Zachary Scott2014-05-291-5/+5
| |
* | Add missing period from 4b802bc [ci skip]Zachary Scott2014-05-291-1/+1
| |
* | Fix broken link in Rails 3.0 release_notesNathan Youngman2014-05-291-1/+1
| |
* | [ci skip] Make last note show up in postgresql guide.Juanito Fatas2014-05-291-1/+1
| |
* | Add @senny's changed from #14741, including code font for `resources`Zachary Scott2014-05-291-1/+4
| | | | | | | | options, and wrapped to 80 chars. [ci skip]
* | Merge branch 'master' of github.com:zackperdue/rails into zackperdue-masterZachary Scott2014-05-291-0/+19
|\ \
| * | Added documentation for the :param option for resourceful routingZack Perdue2014-04-141-0/+19
| | |
* | | Fix indentation from 1b4b26f [ci skip]Zachary Scott2014-05-281-3/+3
| | |
* | | [ci skip] Improve form_helpers.md guide.Juanito Fatas2014-05-291-31/+25
| | |
* | | Upgrading Ruby on Rails guide is no longer WIP [ci skip]Zachary Scott2014-05-281-1/+0
| | |
* | | Merge pull request #15347 from JuanitoFatas/benchmark-in-contributing-to-rorZachary Scott2014-05-261-0/+30
|\ \ \ | | | | | | | | [ci skip] Add benchmark your code section to contributing to ruby on rails guide.
| * | | [ci skip] Add benchmark your code section to contributing to ruby on rails ↵Juanito Fatas2014-05-271-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | guide. I have seen many times that maintainers want people to use this gem to give a benchmark report. It would be nice to add it and refer to it later.
* | | | Rename Posts to Articles in Guides' Getting Started App, continuation of ↵John Kelly Ferguson2014-05-2530-142/+147
|/ / / | | | | | | | | | #15215 [ci skip]
* | | [ci skip] Update GFM link in guides guidelines.Juanito Fatas2014-05-251-1/+1
| | | | | | | | | | | | Also remove a duplicated sentence.
* | | Merge pull request #15304 from JohnKellyFerguson/guides-4.1.1Xavier Noria2014-05-256-58/+61
|\ \ \ | | | | | | | | Update all Rails 4.1.0 references in guides to 4.1.1 [ci skip]
| * | | Update all Rails 4.1.0 references in guides to 4.1.1 [ci skip]John Kelly Ferguson2014-05-246-58/+61
| | | |
* | | | integration tests do not need to load fixtures by handXavier Noria2014-05-252-8/+0
|/ / / | | | | | | | | | | | | I don't know when this changed, checked back up to 3.2 and integration tests instantiate fixtures just fine.
* | | Improve readability of Explain Queries table in guides [ci skip]John Kelly Ferguson2014-05-242-16/+41
| | |
* | | Merge pull request #13988 from zzak/guides_configuring_reverse_proxyZachary Scott2014-05-241-4/+38
|\ \ \ | | | | | | | | [Guides] Add documentation for using Rails with a reverse proxy [ci skip]
| * | | Add documentation for using Rails with a reverse proxyZachary Scott2014-05-241-4/+38
| | | |
* | | | resolved reorder issue in rails active record guidepeeyush2014-05-231-2/+4
| | | |
* | | | Do not gsub non ASCII characters in header anchor.Juanito Fatas2014-05-221-2/+1
| | | |