Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added docs for 'remove' method [ci skip] | Rashmi Yadav | 2013-08-14 | 1 | -0/+11 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Thiago Pinto | 2013-08-14 | 8 | -62/+52 |
|\ | |||||
| * | Minor align BR tags with HTML void - with reference to the generators code ↵ | AvnerCohen | 2013-08-07 | 2 | -2/+2 |
| | | | | | | | | change - https://github.com/rails/rails/commit/f038d4cc5fe1ac21f92c7e32c61ff85a0c816f3f | ||||
| * | Added Action View in 'rake about' [ci skip] | Arun Agrawal | 2013-08-02 | 1 | -5/+6 |
| | | |||||
| * | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-07-28 | 4 | -54/+43 |
| |\ | |||||
| | * | Typo fix | Mikhail Dieterle | 2013-07-28 | 1 | -1/+1 |
| | | | |||||
| | * | Using markdown-style code quotes | Mikhail Dieterle | 2013-07-28 | 1 | -2/+2 |
| | | | |||||
| | * | Fix lixml2 to libxml2 [ci skip] | Robin Dupret | 2013-07-28 | 1 | -1/+1 |
| | | | |||||
| | * | Use hyphenated version of assert_url [ci skip] | Robin Dupret | 2013-07-26 | 1 | -1/+1 |
| | | | |||||
| | * | Add a SQL example for `not` [ci skip] | Robin Dupret | 2013-07-26 | 1 | -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 diff | Damien Mathieu | 2013-07-26 | 1 | -1/+1 |
| | | | | | | | | | | | | sorry @robin850. Thanks @fxn | ||||
| | * | Revert "Fix the SQLite gem name" | Damien Mathieu | 2013-07-26 | 1 | -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 Dupret | 2013-07-24 | 1 | -0/+20 |
| | | | | | | | | | | | | Add the packages required on Arch Linux when setting up the development dependencies | ||||
| | * | Fix the SQLite gem name | Robin Dupret | 2013-07-24 | 1 | -1/+1 |
| | | | |||||
| | * | Removed doc of removed method diff [ci skip] | Rashmi Yadav | 2013-07-24 | 1 | -38/+0 |
| | | | |||||
| | * | Updated guides with latest method [ci skip] | Rashmi Yadav | 2013-07-24 | 1 | -2/+2 |
| | | | |||||
| | * | fixed file name references [ci skip] | Rashmi Yadav | 2013-07-24 | 1 | -4/+4 |
| | | | |||||
| | * | Updated guides with latest method [ci skip] | Rashmi Yadav | 2013-07-23 | 1 | -4/+5 |
| | | | | | | | | | for blank? | ||||
| * | | Update Rails 3.2.x guide link [ci skip] | Tomas Varaneckas | 2013-07-27 | 1 | -1/+1 |
| | | | |||||
* | | | guides should tell people to write ruby code, not output | Thiago Pinto | 2013-08-14 | 1 | -0/+7 |
|/ / | |||||
* | | AM Guide: Should be "different formats". | Peter Jaros | 2013-07-24 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #11566 from rajcybage/master | Rafael Mendonça França | 2013-07-23 | 1 | -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 Das | 2013-07-23 | 1 | -1/+1 |
| | | | |||||
* | | | Add info about placing a new CHANGELOG entry to contributing guide | Piotr Sarnacki | 2013-07-22 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #11536 from dpickett/patch-1 | Santiago Pastorino | 2013-07-22 | 1 | -1/+0 |
|\ \ | | | | | | | metal is no longer mentioned on rack guide | ||||
| * | | metal is no longer mentioned on rack guide | Dan Pickett | 2013-07-21 | 1 | -1/+0 |
| | | | |||||
* | | | Merge pull request #11534 from gaurish/log | Piotr Sarnacki | 2013-07-21 | 1 | -0/+31 |
|\ \ \ | | | | | | | | | Add logging performance [ci skip] | ||||
| * | | | Add logging performance [ci skip] | Gaurish Sharma | 2013-07-21 | 1 | -0/+31 |
| | | | | |||||
* | | | | Update note about declarative etags in release notes | Guillermo Iguaran | 2013-07-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | Improve comment about ActiveModel::Model | Guillermo Iguaran | 2013-07-21 | 1 | -2/+2 |
| |/ / |/| | | |||||
* | | | Fix note about AP/AV decoupling in release notes | Guillermo Iguaran | 2013-07-21 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-07-21 | 6 | -11/+20 |
|\ \ | |||||
| * | | use strong_params in example | Mikhail Dieterle | 2013-07-19 | 1 | -1/+6 |
| | | | |||||
| * | | fixes the test case of that plugins | Rajarshi Das | 2013-07-18 | 1 | -4/+4 |
| | | | |||||
| * | | New output for scaffold generate [ci skip] | Rashmi Yadav | 2013-07-17 | 1 | -3/+6 |
| | | | |||||
| * | | Guides fixed typo in index.html.erb file [ci skip] | Arun Agrawal | 2013-07-17 | 1 | -1/+1 |
| | | | |||||
| * | | Added Rack::Sendfile in rake about [ci skip] | Arun Agrawal | 2013-07-15 | 1 | -1/+1 |
| | | | |||||
| * | | Rack Sendfile is coming as default now | Arun Agrawal | 2013-07-15 | 1 | -0/+1 |
| | | | |||||
| * | | Using ruby 1.9 syntax [ci skip] | Rashmi Yadav | 2013-07-14 | 1 | -2/+2 |
| | | | |||||
* | | | Rails 4.0 release notes. Explain major features added and removed. [ci skip] | Matthew King | 2013-07-20 | 1 | -2/+39 |
| |/ |/| | |||||
* | | Upgrade guide. Renaming Indexes on tables. [ci skip]. | Nishant Modak | 2013-07-19 | 1 | -0/+2 |
| | | | | | | | | https://github.com/rails/rails/commit/39eef1a565ef02e4dabc0811ef1bf4547ff9a60e#commitcomment-3672522 | ||||
* | | fix typo in Active Record Validations guide. [ci skip]. | Yves Senn | 2013-07-19 | 1 | -1/+1 |
| | | | | | | | | Closes #11498. | ||||
* | | Revert "Fix SyntaxError in guides sample code" | Erich Kist | 2013-07-18 | 1 | -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 documentation | Gary S. Weaver | 2013-07-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #11478 from newton10471/master | Yves Senn | 2013-07-17 | 1 | -1/+1 |
|\ \ | | | | | | | fixes plugin test for tutorial [ci skip] | ||||
| * | | fixes plugin test for tutorial | Matt Newton | 2013-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | bcrypt-ruby stable is 3.1 | Burkhard Vogel-Kreykenbohm | 2013-07-17 | 1 | -1/+1 |
|/ / | |||||
* | | memorized -> memoized typo fix [ci skip] | Ian Fleeton | 2013-07-14 | 1 | -1/+1 |
| | | | | | | | | Reverts one line from 457b7ff9 | ||||
* | | [ci-skip] Update link, tweak UglifyJS | Evan Goer | 2013-07-13 | 1 | -2/+2 |
| | | |||||
* | | ActionController::Live documentation in the guides. | wangjohn | 2013-07-13 | 1 | -0/+86 |
| | | | | | | | | | | I'm adding documentation to the action_controller_overview guide which should tell people how to stream arbitrary data. |