aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] Fix code snippet display in Action Mailer Basics guide.Juanito Fatas2014-09-161-2/+1
|
* form_helpers: demonstrating there is also a collection_select method in form ↵Thiago Pinto2014-09-131-0/+6
| | | | builder
* [ci skip] Fix some typos, normalize sentence.Juanito Fatas2014-09-081-7/+7
| | | | | | | | Follow up of #16722. https://github.com/rails/rails/pull/16722 also normalize all instance gained methods’ sentence.
* 'Revert' ->active_record_migrations [ci skip]Harshad Sabne2014-09-061-1/+1
| | | Revert method documentation moved from migrations.md to active_record_migrations.md
* 'Reversible' ->active_record_migrations [ci skip]Harshad Sabne2014-09-041-1/+1
| | | Reversible method documentation moved from migrations.md to active_record_migrations.md
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-09-036-17/+247
|\
| * copy edit AS core ext changes [ci skip]Vijay Dev2014-09-031-10/+9
| |
| * Update caching_with_rails.md [ci skip]Harshad Sabne2014-08-311-1/+1
| | | | | | Highlight methods
| * Highlight Class/Module [ci skip]Harshad Sabne2014-08-311-1/+1
| |
| * [ci skip] docs grammarschneems2014-08-261-2/+2
| |
| * [ci skip] proper end to sentenceschneems2014-08-261-1/+1
| |
| * [ci skip] use NOTE instead of Noteschneems2014-08-261-1/+1
| |
| * Fix typo in ActiveJob guide [ci skip]प्रथमेश2014-08-261-1/+1
| |
| * [ci skip] fix grammar in docsschneems2014-08-241-1/+1
| |
| * [ci skip] docs can URL cache invalidationschneems2014-08-241-0/+24
| |
| * [ci skip] docs CDN Cache-Control behaviorschneems2014-08-241-0/+24
| |
| * [ci skip] docs CDN header debuggingschneems2014-08-241-0/+48
| |
| * [ci skip] docs CDN caching behaviorschneems2014-08-241-0/+17
| |
| * [ci skip] docs asset_pipeline CDN set upschneems2014-08-241-1/+63
| |
| * [ci skip] docs asset_pipeline#CDNsschneems2014-08-241-13/+21
| |
| * [ci skip] wrap to 80 charsschneems2014-08-241-1/+2
| |
| * code quotes for classnameMikhail Dieterle2014-08-241-1/+1
| |
| * [ci skip] document truncate_wordsRashmi Yadav2014-08-241-0/+33
| |
| * [ci skip ]Document transform_values && transform_values!Rashmi Yadav2014-08-231-0/+14
| |
| * recount files quantityMikhail Dieterle2014-08-231-1/+1
| |
* | use correct operator in query based on JSON documentviditn912014-09-031-1/+2
| |
* | Add a quick straw-man Incompatibilities sectionMatthew Draper2014-09-031-0/+129
| | | | | | | | | | | | | | | | | | | | Is this a thing we want? Note current duplication between the `assert_select` section here, and the corresponding release note entry... does this detail *move* from there to here? [ci skip]
* | Remove '*' which doesn't workTatsuya Sato2014-09-031-1/+1
| | | | | | I found an * does not work in Markdown notation. It should be removed.
* | ActiveJob: Implemented enqueue_at for QueueClassicCristian Bica2014-09-021-12/+17
| |
* | Fix for configuring rails guideRavil Bayramgalin2014-09-011-1/+1
| | | | | | | | `ActiveSupport::Logger` has no concept like auto flushing since it has no userspace buffering. It's a remnant of `ActiveSupport::BufferedLogger` epoch which was since removed from rails.
* | 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
| | |