aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | 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]
* | | | | bcrypt-ruby stable is 3.1Burkhard Vogel-Kreykenbohm2013-07-171-1/+1
|/ / / /
* | | | memorized -> memoized typo fix [ci skip]Ian Fleeton2013-07-141-1/+1
| | | | | | | | | | | | | | | | Reverts one line from 457b7ff9
* | | | [ci-skip] Update link, tweak UglifyJSEvan Goer2013-07-131-2/+2
| | | |
* | | | ActionController::Live documentation in the guides.wangjohn2013-07-131-0/+86
| | | | | | | | | | | | | | | | | | | | I'm adding documentation to the action_controller_overview guide which should tell people how to stream arbitrary data.
* | | | Remove block argument from callback example.Carlos Souza2013-07-131-2/+2
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge pull request #11401 from dpdawson/masterYves Senn2013-07-121-2/+2
|\ \ \ \ | | | | | | | | | | Improved Active View Overview guide. [ci skip]
| * | | | Improve Active View Overview guide. [ci skip]Daniel Dawson2013-07-121-2/+2
| | | | |
* | | | | Documment config.log_formatter added on 51aeae91Rafael Mendonça França2013-07-111-0/+2
|/ / / / | | | | | | | | | | | | [ci skip]
* | | | Fix a grammatical error/typo in Active Record Associations guide.Daniel Dawson2013-07-111-1/+1
| | | |
* | | | Merge pull request #11073 from tricknotes/improve-guides-jsRafael Mendonça França2013-07-092-36/+32
|\ \ \ \ | | | | | | | | | | Improve guides js
| * | | | Improve js written for guidesRyunosuke SATO2013-06-252-36/+32
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | * Stop using unnecessary global variable * Use function defined by jQuery for simplicity * Fix event listner for "more info button" to handle event on resize browser
* | | | Merge pull request #11143 from robin850/upgrading-railsRafael Mendonça França2013-07-091-1/+23
|\ \ \ \ | | | | | | | | | | Add few information about missing steps [ci skip]
| * | | | Add few information about missing steps [ci skip]Robin Dupret2013-06-291-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some deprecations previously note covered such as the confirm option for the link_to helper or options which aren't needed anymore Also add a mention about the config.assets.js_compressor option.
* | | | | Merge pull request #11361 from jetthoughts/add_cursor_pointer_for_menuRafael Mendonça França2013-07-091-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Added cursor pointer for 'More Ruby on Rails' dropdown menu on guides page (which appear on small windows)
| * | | | | Added cursor pointer for 'More Ruby on Rails'Paul Nikitochkin2013-07-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dropdown menu on guides page (which appear on small windows) [ci skip]
* | | | | | Merge pull request #11368 from Amit-Thawait/masterRafael Mendonça França2013-07-091-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed Travis CI link for rails
| * | | | | | link break added after the Travis CI linkAmit Thawait2013-07-091-1/+2
| | | | | | | | | | | | | | | | | | | | | link break added after the Travis CI link
| * | | | | | Fixed broken link of Travis CI for rails and added full pathAmit Thawait2013-07-081-2/+1
| | | | | | |
* | | | | | | Fix a grammatical error/typo in Active Record Migrations guide. [ci skip]Daniel Dawson2013-07-081-1/+1
|/ / / / / /
* / / / / / Fix 2 grammatical errors/typos in Active Record Basics guide. [ci skip]Daniel Dawson2013-07-081-2/+2
|/ / / / /
* | | | | Merge pull request #11359 from willnet/patch-1Yves Senn2013-07-081-1/+0
|\ \ \ \ \ | | | | | | | | | | | | Update 'Active Record Migrations' guide [ci skip]
| * | | | | Update 'Active Record Migrations' guide [ci skip]Shinichi Maeshima2013-07-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Delete an unneeded line.
* | | | | | Fix SyntaxError in guides sample codeAkira Matsuda2013-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]