Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | It's rails new my_api --api | Santiago Pastorino | 2015-06-11 | 1 | -1/+1 | |
* | | | | | | Change guide heading from - to = | Santiago Pastorino | 2015-06-11 | 1 | -1/+1 | |
* | | | | | | Add API only apps guide | Santiago Pastorino | 2015-06-11 | 1 | -0/+435 | |
* | | | | | | Revert "Grammar correction" | Matthew Draper | 2015-06-11 | 1 | -1/+1 | |
* | | | | | | Grammar correction | hemali jain | 2015-06-11 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Remove NOTE related to format.js [ci skip] | Prathamesh Sonpatki | 2015-06-09 | 1 | -4/+0 | |
* | | | | | Removed AJAX example with poor convention adherence | Daniel Steele | 2015-06-09 | 1 | -24/+0 | |
* | | | | | update Rails Command Line guide page | Gaurav Sharma | 2015-06-09 | 1 | -2/+2 | |
* | | | | | Merge pull request #20463 from yui-knk/fix/guide1 | Zachary Scott | 2015-06-08 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | [ci skip] Fix hours to minutes in `select_minute` | yui-knk | 2015-06-07 | 1 | -1/+1 | |
* | | | | | | Merge pull request #20381 from kuldeepaggarwal/engines-docs | Yves Senn | 2015-06-08 | 1 | -5/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip]fix docs for Engines | Kuldeep Aggarwal | 2015-05-30 | 1 | -5/+5 | |
* | | | | | | | Fix core_text -> core_ext | Seiei Miyagi | 2015-06-08 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #20471 from y-yagi/add_instantiation_to_instrumentation_guide | Zachary Scott | 2015-06-07 | 1 | -0/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | add `instantiation.active_record` hook to instrumentation guide [ci skip] | yuuji.yaginuma | 2015-06-08 | 1 | -0/+14 | |
* | | | | | | | | Add missing NOTE for Time extensions' location | Pierre | 2015-06-07 | 1 | -0/+2 | |
|/ / / / / / / | ||||||
* | / / / / / | Tiny documentation edits [ci skip] | Robin Dupret | 2015-06-07 | 2 | -2/+5 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | A few documentation tweaks [ci skip] | Robin Dupret | 2015-06-07 | 4 | -6/+14 | |
* | | | | | | [ci skip] Declare `product` as `_product partial` | yui-knk | 2015-06-07 | 1 | -1/+2 | |
* | | | | | | Output an error message and raise an error if bundler 1.10.x is not installed... | akihiro17 | 2015-06-06 | 6 | -6/+36 | |
* | | | | | | Merge pull request #20423 from Erol/remove-assets-version-documentation | Rafael Mendonça França | 2015-06-06 | 1 | -2/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove reference to assets version option. | Erol Fornoles | 2015-06-03 | 1 | -2/+0 | |
* | | | | | | | Add the bug report templates to the Travis CI build | Roque Pinel | 2015-06-05 | 4 | -9/+24 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-06-05 | 2 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Add `.` | yui-knk | 2015-06-01 | 1 | -1/+1 | |
| * | | | | | | [ci skip] Upcase `when` | yui-knk | 2015-05-16 | 1 | -1/+1 | |
| * | | | | | | [ci skip] Fix to a singular form (person has one contact_detail) | yui-knk | 2015-05-16 | 1 | -2/+2 | |
* | | | | | | | Use inline Gemfile dependency when reporting bugs | Roque Pinel | 2015-06-03 | 3 | -33/+18 | |
* | | | | | | | Document config.action_mailer.deliver_later_queue_name | Rafael Mendonça França | 2015-06-03 | 1 | -0/+2 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | [ci skip] fix the `collection.clear` guide | Roque Pinel | 2015-06-02 | 1 | -1/+7 | |
* | | | | | | Fixed typos in guide | manish-shrivastava | 2015-06-01 | 4 | -4/+6 | |
* | | | | | | Merge pull request #20138 from tgxworld/deprecated_assert_template | Rafael Mendonça França | 2015-06-01 | 1 | -58/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove `assigns` and `assert_template`. | Guo Xiang Tan | 2015-05-30 | 1 | -58/+12 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #20394 from mechanicles/use-sym | Matthew Draper | 2015-06-01 | 1 | -2/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Used 'instance_variables' in example for consistency. | Santosh Wadghule | 2015-06-01 | 1 | -2/+5 | |
* | | | | | | | Remove description of `dependency_loading` option | Nikolay Kondratyev | 2015-06-01 | 1 | -2/+0 | |
|/ / / / / / | ||||||
* | | | | | | [ci skip] Fix `above` -> `below` | yui-knk | 2015-06-01 | 1 | -1/+1 | |
* | | | | | | Fixed typos. [ci skip] | Morgan Owens | 2015-05-31 | 1 | -5/+5 | |
* | | | | | | no rails command short-cuts in the getting-started guide. [ci skip] | Yves Senn | 2015-05-31 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Updating the guides for Enumerable#pluck | Kevin Deisz | 2015-05-28 | 1 | -0/+10 | |
* | | | | | Merge pull request #20017 from eliotsykes/configurable-static-index-filename | Rafael Mendonça França | 2015-05-28 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | config.static_index configures directory index "index.html" filename | Eliot Sykes | 2015-05-28 | 1 | -1/+1 | |
* | | | | | | removed erroneous line. Corrected presence validation example. | Jurnell Cockhren | 2015-05-28 | 1 | -1/+0 | |
* | | | | | | Merge pull request #20313 from s3ymd/master | Arthur Nogueira Neves | 2015-05-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Fix block parameter of assert_no_difference | Hiromichi Yamada | 2015-05-28 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* / / / / / | Deprecate `:nothing` option for render method | Mehmet Emin İNAÇ | 2015-05-28 | 1 | -26/+0 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #19867 from radar/rename-app-rails-loader | Rafael Mendonça França | 2015-05-27 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove redundant 'Rails' from Rails::AppRailsLoader constant | Ryan Bigg | 2015-05-21 | 1 | -3/+3 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #20327 from yoongkang/ajax | Zachary Scott | 2015-05-27 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | [ci skip] Replace dead link about HttpOnly cookies. | Yoong Kang Lim | 2015-05-28 | 1 | -1/+1 |