aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] doc corrected : ActiveRecord::Base.connections to ↵Rahul P. Chaudhari2014-06-171-3/+3
| | | | ActiveRecord::Base.configurations
* docs, remove getting started guide sample application. [ci skip]Yves Senn2014-06-1489-1137/+2
| | | | | | | | This application always gets out of sync and doesn't add much value. Closes #15721 /cc @rafaelfranca
* pg guide, use the term `database views` to be specific. [ci skip]Yves Senn2014-06-141-3/+3
|
* First pass at Rails 4.2 release notes [ci skip]Godfrey Chan2014-06-131-2/+2
|
* Create 4.2 release notes guide scaffold [ci skip]Zachary Scott2014-06-132-0/+249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Point to future 4-2-stable branch for detailed changes. [ci skip] Sync Active Support changelogs with release notes [ci skip] 4.2 Release Notes is a work in progress [ci skip] Assorted fixes for AS release notes [ci skip] * `Hash#deep_transform_keys` has already been backported * Mentioning `ActiveSupport::SafeBuffer#prepend` in the "Deprecations" section would be enough * Fix syntax in `Kernel#concern` example Sync AS release notes with the latest commits [ci skip] Synced 4.2 release notes with commits in railties [ci skip] Sync AP Deprecations and Notable changes from CHANGELOG [ci skip] Removed 4.2 release notes from the index [ci skip] This deprecation was reverted in 489a8f2 [ci skip] Synced Active Record changelogs for 4.2 release notes [ci skip] Synced Active Model changelog with the release notes [ci skip] Added cc26b6b as a 'Removal' item in AP release notes [ci skip] Use 'character' instead of 'symbol' to avoid confusion [ci skip] Edit pass on 4.2 release notes [ci skip] :memo: :lipstick: Use `.xyz` and `#xyz` appropiately [ci skip]
* Copy edits from e0f3f1a [ci skip]Zachary Scott2014-06-131-3/+7
| | | | | - image_tag is an instance method - explain possible results when asset pipeline is used
* Document behavior concerns regarding the full Rails stack [ci skip]Zachary Scott2014-06-131-0/+24
| | | | Related to a discussion on #15508
* Add links to RDoc back into API documentation guidelines [ci skip]Zachary Scott2014-06-131-1/+7
| | | | These were removed from #15542 unfortunately :(
* pg guide, minor copy editsYves Senn2014-06-131-2/+4
|
* Merge pull request #15667 from samdec/mailer_doc_bug_fixSean Griffin2014-06-121-1/+1
|\ | | | | fix bug in email with name example code
| * fix bug in email with name example codeSam DeCesare2014-06-111-1/+1
| | | | | | | | | | | | The display name in the email "to" field needs to be quoted otherwise your email-sending service will fail when trying to deliver mail to user's with commas in their name (i.e. John Smith, M.D.).
* | Merge pull request #15657 from JohnRiv/guides_asset_pipeline_localZachary Scott2014-06-111-5/+4
|\ \ | | | | | | [ci skip] There are 3 caveats to Local Precompilation including 1 config change
| * | There are 3 caveats to Local Precompilation including 1 config changeJohn Riviello2014-06-111-5/+4
| |/ | | | | | | not 2 caveats with one of them being 2 config changes [ci skip]
* / Updating argument names in default matcher for compiling filesJohn Riviello2014-06-111-1/+1
|/ | | | to match arguments used in sprockets-rails [ci skip]
* cleanup, get rid of trailing whitespace. [ci skip]Yves Senn2014-06-111-2/+2
| | | | | | Follow up to #15636. /cc @hundredwatt
* Fix Apache Directives [ci skip]Jason Nochlin2014-06-111-2/+4
| | | Directives need to be placed on their own lines in order to work. Tested on: `Server version: Apache/2.2.22 (Ubuntu); Server built: Mar 19 2014 21:11:15`
* Correct Bundler link [ci skip]Aditya Kapoor2014-06-111-4/+3
|
* [ci skip] Refine Action Mailer guide.Juanito Fatas2014-06-111-10/+19
| | | | | | | | | | | | | | | | | * Wrap 80 words if possible. * Make attachment hash options more readable. (L239-L243) Before: ![screenshot 2014-06-11 02 59 54](https://cloud.githubusercontent.com/assets/1000669/3235432/a91d0464-f0d2-11e3-9e4a-6af2b2a83f1a.png) After: ![screenshot 2014-06-11 02 59 36](https://cloud.githubusercontent.com/assets/1000669/3235428/a47b28dc-f0d2-11e3-806c-cfaedd3f15df.png) * L619 Wrap "location" in code: `"location"`. * L628 Use actual section name. * L697 Remove unnecessary `./` when refer to other guide.
* docs, refactor docs about column modifiers. [ci skip] [Matthew Draper & Yves ↵Yves Senn2014-06-101-12/+20
| | | | | | | | | | | | | | | | | | | | Senn] This is a follow up to #15602 which rendered the guides in a weird state: > You can also specify some options just after the field type between curly braces. You can use the following modifiers: > `null` Allows or disallows `NULL` values in the column. > NOTE: `null` and `default` cannot be specified via command line. The modifiers are now moved into a separate section. The generator simply referes to that section. Related to #15583. /cc @JuanitoFatas
* [ci skip] Rename: Rails Database Migration to Active Record Migration.Juanito Fatas2014-06-102-2/+2
| | | | This will need to setup permanent redirect for the old guide.
* [ci skip] Add note about type modifiers that cannot be specified in command ↵Juanito Fatas2014-06-101-0/+2
| | | | line.
* pg guide, add index to PostgreSQL array example. [ci skip]Yves Senn2014-06-091-1/+3
|
* Update migrations.mdKalman Hazins2014-06-081-0/+1
| | | default column type modifier
* 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
| |