rails--rails/guides/source
Gaurav Sharma 352a8892fd use bin/rails default instead of rake commands [ci skip]
I go through the `http://edgeguides.rubyonrails.org/` and found `rake` commands in various files that are in RAILS 5.0 implement by `bin/rails` command. I try to change all that can be directly use `bin/rails …`
2016-01-19 23:47:14 +05:30
..
kindle Fixed unclosed tags in kindle guide source [ci skip] 2015-09-19 12:15:34 +05:30
2_2_release_notes.md - Changed `IN` to `ON` in markdown renderer condition 2015-01-14 11:52:13 +05:30
2_3_release_notes.md Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci skip] 2015-03-19 22:11:18 +05:30
3_0_release_notes.md Updated bundler link [ci skip] 2015-06-15 08:31:28 +09:00
3_1_release_notes.md Updated bundler link [ci skip] 2015-06-15 08:31:28 +09:00
3_2_release_notes.md Replace `an UNIQUE` with `a UNIQUE` as UNIQUE doesn't have a vowel sound [ci skip] 2015-10-07 23:05:01 +05:30
4_0_release_notes.md Updated bundler link [ci skip] 2015-06-15 08:31:28 +09:00
4_1_release_notes.md [ci skip] Fix table of 4_1_release_notes.md 2015-02-28 18:24:15 +09:00
4_2_release_notes.md Revert "[ci skip] removed extra comma" 2015-10-22 20:48:54 +02:00
5_0_release_notes.md Remove duplicate entry for ActiveRecord::Relation#cache_key from Rails 5 release notes [ci skip] 2016-01-02 22:35:23 +05:30
_license.html.erb
_welcome.html.erb let the guides home point to the new release series endpoints [ci skip] 2015-09-18 12:27:31 -07:00
action_controller_overview.md Add a note on ActionController guide about 404 2016-01-11 19:27:19 -02:00
action_mailer_basics.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
action_view_overview.md Improve readability of CacheHelper section 2015-12-23 16:42:54 -05:00
active_job_basics.md Add job suffix to sample's job file name 2016-01-05 11:28:55 +00:00
active_model_basics.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
active_record_basics.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
active_record_callbacks.md Mention that halting chain does not re-raise `ActiveRecord::RecordInvalid` exception as well, similar to `ActiveRecord::Rollback` 2016-01-19 15:21:53 +05:30
active_record_migrations.md use bin/rails default instead of rake commands [ci skip] 2016-01-19 23:47:14 +05:30
active_record_postgresql.md Explain how HStore columns can be queried [ci skip] 2016-01-18 14:39:50 +05:30
active_record_querying.md Merge pull request #23099 from vipulnsward/change_start_at_end_at 2016-01-18 19:57:10 +01:00
active_record_validations.md Introduce ApplicationRecord, an Active Record layer supertype 2015-12-16 10:30:09 +01:00
active_support_core_extensions.md Add support for Petabyte and Exabyte in number to human size 2015-12-22 23:07:06 +05:30
active_support_instrumentation.md Merge branch 'master' of github.com:rails/docrails 2015-10-31 17:01:41 +00:00
api_app.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
api_documentation_guidelines.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
asset_pipeline.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
association_basics.md Fix discrepancies in associations guide [ci skip] 2016-01-19 12:02:23 +05:30
autoloading_and_reloading_constants.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
caching_with_rails.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
command_line.md rake log:clear task updated refs[#22544] 2016-01-09 13:39:41 +05:30
configuring.md Merge pull request #21995 from tak1n/master 2016-01-10 10:46:17 -05:00
contributing_to_ruby_on_rails.md remove legacy mysql from guides to match #22715 2016-01-09 09:10:49 -08:00
credits.html.erb Ryan Bigg has changed jobs. 2015-07-27 15:17:01 +10:00
debugging_rails_applications.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
development_dependencies_install.md remove legacy mysql from guides to match #22715 2016-01-09 09:10:49 -08:00
documents.yaml Publish the "Caching with Rails" guide [ci skip] 2015-07-28 23:20:23 +02:00
engines.md use bin/rails default instead of rake commands [ci skip] 2016-01-19 23:47:14 +05:30
form_helpers.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
generators.md cherry-pick test and source doc from #20050 2015-06-25 15:25:49 +09:00
getting_started.md use bin/rails default instead of rake commands [ci skip] 2016-01-19 23:47:14 +05:30
i18n.md corrects a typo 2015-12-21 18:07:49 -08:00
index.html.erb
initialization.md [ci skip] Update rails/all.rb reference. 2015-12-30 22:30:29 +01:00
layout.html.erb - Remove dead links and take users to just the home page instead 2016-01-19 23:22:25 +05:30
layouts_and_rendering.md Make text about render :html option clearer to state, text will get escaped if not marked as safe by using html_safe 2016-01-19 15:15:25 +05:30
maintenance_policy.md Update the maintenance policy for the next release. 2016-01-04 17:23:34 -02:00
nested_model_forms.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
plugins.md use bin/rails default instead of rake commands [ci skip] 2016-01-19 23:47:14 +05:30
profiling.md - Changed `IN` to `ON` in markdown renderer condition 2015-01-14 11:52:13 +05:30
rails_application_templates.md add description of passing a block to `add_source` [ci skip] 2015-09-10 21:12:11 +09:00
rails_on_rack.md Replace `serve_static_files` mentions in docs. 2015-11-04 22:40:58 +01:00
routing.md use bin/rails default instead of rake commands [ci skip] 2016-01-19 23:47:14 +05:30
ruby_on_rails_guides_guidelines.md Update instructions to build guides locally [ci skip] 2015-04-28 15:33:13 +03:00
security.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
testing.md use bin/rails default instead of rake commands [ci skip] 2016-01-19 23:47:14 +05:30
upgrading_ruby_on_rails.md guides, restructure Rails 5.0 release notes. [ci skip] 2015-12-22 10:03:14 +01:00
working_with_javascript_in_rails.md Fix paintIt method in JavaScript guides [ci skip] 2015-12-13 09:20:54 +05:30