aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Clean up grammar from #16752 [ci skip]Zachary Scott2014-08-301-2/+2
| | |
* | | [ci skip] add line about text layoutshruti27912014-08-301-1/+2
| | |
* | | Some documentation fixes [ci skip]Robin Dupret2014-08-291-7/+7
| | |
* | | [ci skip] Fix example code of ActiveRecord::FixtureSet.context_classyuuji.yaginuma2014-08-291-1/+1
| | |
* | | [ci skip] mention assert_select in release notesSam Ruby2014-08-271-0/+13
| | |
* | | Merge pull request #16707 from katmutua/masterSantiago Pastorino2014-08-271-3/+3
|\ \ \ | | | | | | | | update 4_2_release_notes
| * | | [ci skip] Update 4_2_release notesJackie Mutua2014-08-271-3/+3
| | | |
* | | | Merge pull request #16722 from yui-knk/fix/guides_association_basics2Rafael Mendonça França2014-08-271-4/+4
|\ \ \ \ | | | | | | | | | | [ci skip] Fix typo of `collection_singular_ids=` method.
| * | | | [ci skip] Fix typo of `collection_singular_ids=` method.yui-knk2014-08-271-4/+4
| | | | |
* | | | | [ci skip] Fix typo of `collection=` method.yui-knk2014-08-271-4/+4
|/ / / /
* | | | [ci skip] Modify a web-console PR linkyuuji.yaginuma2014-08-271-1/+1
| | | |
* | | | Adjusted punctuation and grammar for Form Helpers guide [ci skip]Brian Jordan2014-08-261-16/+16
|/ / /
* | | Added web linksEric Brooke2014-08-251-1/+1
| | | | | | | | | Added web links to resque, delayed_job and sidekiq
* | | Quick pass through the 4.2 release notes [ci skip]Robin Dupret2014-08-251-20/+21
| | | | | | | | | | | | | | | | | | Fix a few typos and made some tiny improvements. Refs #16576. [Zachary Scott & Robin Dupret]
* | | Merge pull request #16616 from schneems/schneems/jeremy-commentsJeremy Kemper2014-08-241-0/+7
|\ \ \ | | | | | | | | Address comments on Gzip implementation
| * | | Address comments on Gzip implementationschneems2014-08-241-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - don't mutate PATH_INFO in env, test - test fallback content type matches Rack::File - change assertion style - make HTTP_ACCEPT_ENCODING comparison case insensitive - return gzip path from method instead of true/false so we don't have to assume later - don't allocate un-needed hash. Original comments: https://github.com/rails/rails/commit/ cfaaacd9763642e91761de54c90669a88d772e5a#commitcomment-7468728 cc @jeremy
* | | | treetop is no longer a mail (rails) dependencyWashington Luiz2014-08-241-2/+0
| | | | | | | | | | | | | | | | see https://github.com/mikel/mail/commit/2da7c7985c221272f6451b27ab8b41e84e0a6804
* | | | Whoops, duplicated word [ci skip]Robin Dupret2014-08-241-1/+1
| | | |
* | | | Some tweaks to the development set-up guideRobin Dupret2014-08-241-43/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove the libxml2 and libxslt part ; Nokogiri ships now with these libraries bundled. * Add the missing installation instructions for either Arch Linux, FreeBSD or Mac OS X. * Use the new `pkg install` syntax over `pkg_add -r` for FreeBSD 10+ users. * Point to the up-to-date version of PostgreSQL as for the BSD port. * Make the platform installation instructions order consistent throughout the guide. * Remove useless duplicated links to Homebrew's home. [ci skip]
* | | | Grammer and spelling pass on web console release note. [CI SKIP]Guo Xiang Tan2014-08-251-4/+4
| | | |
* | | | Describe web-console in the release notes [ci skip]Genadi Samokovarov2014-08-241-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | I put a more up-to-date description of Web Console in the release notes. I'm not really happy with the language, so if you guys can help me with that I'll be grateful :)
* | | | Fix guide anchor generation logic.Juanito Fatas2014-08-241-1/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | This could use in any translation because it's not limited to `[^a-z0-9]`. Verify after this change, all guides still have same anchors. [Robin Dupret & Juanito Fatas]
* | | Fix example code in Active Job guide [ci skip]yuuji.yaginuma2014-08-231-1/+1
| | |
* | | Merge pull request #16655 from brocktimus/20140823_doco_changeZachary Scott2014-08-231-1/+1
|\ \ \ | | | | | | | | Correct AR::RecordNotFound in AJ guide rescue example [ci skip]
| * | | Properly referencing AR::RecordNotFound in AJ guide rescuing exampleBrock Trappitt2014-08-231-1/+1
| | | |
* | | | Merge pull request #16641 from cristianbica/aj-backburner-enqueue-laterRafael Mendonça França2014-08-221-4/+4
|\ \ \ \ | | | | | | | | | | Implemented enqueue_at for ActiveJob's Backburner adapter
| * | | | Implemented enqueue_at for ActiveJob's Backburner adapterCristian Bica2014-08-221-4/+4
| | | | |
* | | | | Active Job guide: Add info about queue_name prefix and clarity supporter ↵Cristian Bica2014-08-221-2/+23
|/ / / / | | | | | | | | | | | | features
* | | | Missing space. [CI SKIP]Guo Xiang Tan2014-08-221-1/+1
| | | |
* | | | add nested_model_forms to guides/documents.yaml [wip] [ci skip]Zachary Scott2014-08-221-1/+4
| | | |
* | | | Follow up on #16408Jon Atack2014-08-221-2/+6
| | | | | | | | | | | | | | | | [skip ci]
* | | | ActiveJob -> Active Job [ci skip]Xavier Noria2014-08-211-1/+1
| | | | | | | | | | | | | | | | See http://guides.rubyonrails.org/api_documentation_guidelines.html#wording
* | | | Add change to ActionView Notable changes [ci skip]Charley D2014-08-211-0/+3
| | | |
* | | | Merge pull request #16271 from alol/action-view-overview-guide-tweaksVijay Dev2014-08-221-11/+11
|\ \ \ \ | | | | | | | | | | Small Action View Overview guide grammar and readability tweaks
| * | | | Small Action View Overview edits [ci skip]Alan Oliver2014-07-241-11/+11
| | | | | | | | | | | | | | | | | | | | Some small grammar and readability edits
* | | | | Guide fix. [CI SKIP]Guo Xiang Tan2014-08-221-3/+3
| | | | | | | | | | | | | | | | | | | | Related: https://github.com/rails/rails/pull/16607
* | | | | Merge pull request #16612 from loganhasson/masterZachary Scott2014-08-211-5/+5
|\ \ \ \ \ | | | | | | | | | | | | [ci skip] Clarify Action Mailer/Active Job usage note
| * | | | | [ci skip] Clarify Action Mailer/Active Job usage noteLogan Hasson2014-08-211-5/+5
| | | | | |
* | | | | | Merge pull request #16607 from tgxworld/upgrading_guide_passSantiago Pastorino2014-08-211-9/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Upgrade guide pass. [CI SKIP]
| * | | | | Upgrade guide pass. [CI SKIP]Guo Xiang Tan2014-08-211-9/+10
| | | | | |
* | | | | | Fix some issues in 4.2 release notes.Geoffrey ROGUELON2014-08-211-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicate line in Railties. [ci skip]
* | | | | | Change 'does' to 'do'Jake Worth2014-08-211-1/+1
|/ / / / /
* | | | | [ci skip] Fixing spelling typo in testing guide.Bradly Feeley2014-08-201-1/+1
| | | | |
* | | | | Update configuring.md [ci skip]Tee Parham2014-08-201-2/+0
| | | | | | | | | | | | | | | Remove ActiveRecord config instructions for active_record.attribute_types_cached_by_default, which was removed in https://github.com/rails/rails/commit/66736c8e50585
* | | | | Fix a few typos/some grammar in Active Job BasicsLogan Hasson2014-08-201-8/+8
| | | | |
* | | | | Same as f39cb2b except backport friendlyZachary Scott2014-08-201-1/+4
| | | | | | | | | | | | | | | | | | | | Point release notes to stable branch for list of commits. [ci skip]
* | | | | Same as f39cb2b except backport friendlyZachary Scott2014-08-201-4/+4
| | | | | | | | | | | | | | | | | | | | Point release notes to stable branch for list of commits. [ci skip]
* | | | | Point release notes to stable branch for list of commits. [ci skip]Zachary Scott2014-08-206-9/+15
| | | | |
* | | | | Merge pull request #16582 from cristianbica/actionmailer-deprecate-deliverRafael Mendonça França2014-08-205-13/+40
|\ \ \ \ \ | | | | | | | | | | | | Deprecated ActionMailer .deliver and updated ActionMailer / ActiveJob docs/guide
| * | | | | Updated rdoc / guides / release notes related to ActiveJob / ActionMailerCristian Bica2014-08-205-13/+40
| | |/ / / | |/| | |