aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* remove language about configuring digest method [ci skip]Justin George2013-07-311-1/+1
|
* update guide to reflect default HMAC SHA1 in MessageVerifier used in ↵Justin George2013-07-301-1/+1
| | | | SignedCookieStore [ci skip]
* Revert change on ActiveRecord::Relation#order method that prepends newRafael Mendonça França2013-07-292-4/+2
| | | | | | | | | | | | | | | order on the old ones The previous behavior added a major backward incompatibility since it impossible to have a upgrade path without major changes on the application code. We are taking the most conservative path to be consistent with the idea of having a smoother upgrade on Rails 4. We are reverting the behavior for what was in Rails 3.x and, if needed, we will implement a new API to prepend the order clauses in Rails 4.1.
* Merge pull request #11358 from Alamoz/asset_pipelineXavier Noria2013-07-291-229/+537
|\ | | | | Update of 'The Asset Pipeline' guide for Rails 4.
| * Update of 'The Asset Pipeline' guide for Rails 4. [ci skip]Adrien Lamothe2013-07-261-229/+537
| |
* | Merge pull request #11654 from robin850/freebsdXavier Noria2013-07-291-0/+28
|\ \ | | | | | | Add installation instructions for FreeBSD [ci skip]
| * | Add installation instructions for FreeBSD [ci skip]Robin Dupret2013-07-291-0/+28
| | | | | | | | | | | | Add packages required to setup the rails environment on FreeBSD.
* | | Fixing the broken URL [skip ci]Ankit Gupta2013-07-291-1/+1
|/ /
* | Improved the doc about showing posts in getting started guide [ci skip]Prathamesh Sonpatki2013-07-291-0/+2
| | | | | | | | - Reference #11644
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-07-284-54/+43
|\ \
| * | 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
| | |
| * | 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?
* | | Update Rails 3.2.x guide link [ci skip]Tomas Varaneckas2013-07-271-1/+1
| |/ |/|
* | AM Guide: Should be "different formats".Peter Jaros2013-07-241-1/+1
| |
* | Merge pull request #11566 from rajcybage/masterRafael Mendonça França2013-07-231-1/+1
|\ \ | | | | | | add the missing middleware in command line guides rake about [ci skip]
| * | add the missing middleware in command line guides rake about [ci skip]Rajarshi Das2013-07-231-1/+1
| | |
* | | Add info about placing a new CHANGELOG entry to contributing guidePiotr Sarnacki2013-07-221-1/+1
|/ /
* | Merge pull request #11536 from dpickett/patch-1Santiago Pastorino2013-07-221-1/+0
|\ \ | | | | | | metal is no longer mentioned on rack guide
| * | metal is no longer mentioned on rack guideDan Pickett2013-07-211-1/+0
| | |
* | | Merge pull request #11534 from gaurish/logPiotr Sarnacki2013-07-211-0/+31
|\ \ \ | | | | | | | | Add logging performance [ci skip]
| * | | Add logging performance [ci skip]Gaurish Sharma2013-07-211-0/+31
| | | |
* | | | Update note about declarative etags in release notesGuillermo Iguaran2013-07-211-1/+1
| | | |
* | | | Improve comment about ActiveModel::ModelGuillermo Iguaran2013-07-211-2/+2
| |/ / |/| |
* | | Fix note about AP/AV decoupling in release notesGuillermo Iguaran2013-07-211-1/+1
| |/ |/|
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-07-216-11/+20
|\ \
| * | use strong_params in exampleMikhail Dieterle2013-07-191-1/+6
| | |
| * | fixes the test case of that pluginsRajarshi Das2013-07-181-4/+4
| | |
| * | New output for scaffold generate [ci skip]Rashmi Yadav2013-07-171-3/+6
| | |
| * | Guides fixed typo in index.html.erb file [ci skip]Arun Agrawal2013-07-171-1/+1
| | |
| * | Added Rack::Sendfile in rake about [ci skip]Arun Agrawal2013-07-151-1/+1
| | |
| * | Rack Sendfile is coming as default nowArun Agrawal2013-07-151-0/+1
| | |
| * | Using ruby 1.9 syntax [ci skip]Rashmi Yadav2013-07-141-2/+2
| | |
* | | Rails 4.0 release notes. Explain major features added and removed. [ci skip]Matthew King2013-07-201-2/+39
| |/ |/|
* | Upgrade guide. Renaming Indexes on tables. [ci skip].Nishant Modak2013-07-191-0/+2
| | | | | | | | https://github.com/rails/rails/commit/39eef1a565ef02e4dabc0811ef1bf4547ff9a60e#commitcomment-3672522
* | fix typo in Active Record Validations guide. [ci skip].Yves Senn2013-07-191-1/+1
| | | | | | | | Closes #11498.
* | Revert "Fix SyntaxError in guides sample code"Erich Kist2013-07-181-1/+1
| | | | | | | | | | | | | | | | This reverts commit f573df32d43c413a5098721ba6151ff190c23c6c. The original idea of this documentation was to showcase the feature where you can remove some only queries attributes with a single key-value pair.
* | grammar fix in upgrade documentationGary S. Weaver2013-07-171-1/+1
| |
* | Merge pull request #11478 from newton10471/masterYves Senn2013-07-171-1/+1
|\ \ | | | | | | fixes plugin test for tutorial [ci skip]
| * | fixes plugin test for tutorialMatt Newton2013-07-171-1/+1
| | | | | | | | | | | | [ci skip]