1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides/source
2013-01-06 21:41:36 -07:00
..
kindle
2_2_release_notes.md
2_3_release_notes.md
3_0_release_notes.md
3_1_release_notes.md
3_2_release_notes.md
4_0_release_notes.md Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' 2013-01-06 21:41:36 -07:00
_license.html.erb
_welcome.html.erb
action_controller_overview.md Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' 2013-01-06 21:41:36 -07:00
action_mailer_basics.md Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' 2013-01-06 21:41:36 -07:00
action_view_overview.md
active_model_basics.md
active_record_basics.md Change guides to use update instead of update_attributes 2013-01-03 12:04:25 -05:00
active_record_callbacks.md Change guides to use update instead of update_attributes 2013-01-03 12:04:25 -05:00
active_record_querying.md
active_record_validations.md Change guides to use update instead of update_attributes 2013-01-03 12:04:25 -05:00
active_support_core_extensions.md delegate to :class rather than 'self.class' 2013-01-06 12:43:30 +03:00
active_support_instrumentation.md Fixed couple of typos 2012-12-27 18:11:21 +01:00
api_documentation_guidelines.md
asset_pipeline.md copy edits in assets guide [ci skip] 2012-12-21 23:08:56 +05:30
association_basics.md
caching_with_rails.md
command_line.md update rake tasks output [ci skip] 2013-01-01 23:43:00 +05:30
configuring.md Restore original remote_ip algorithm. 2013-01-02 15:26:27 -08:00
contributing_to_ruby_on_rails.md Add note on the contributing guide to not use the refute methods 2012-12-31 13:58:52 -03:00
credits.html.erb
debugging_rails_applications.md ERB::Util::h is no longer generated in scaffold 2013-01-05 00:23:40 +09:00
development_dependencies_install.md
documents.yaml
engines.md Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' 2013-01-06 21:41:36 -07:00
form_helpers.md Change guides to use update instead of update_attributes 2013-01-03 12:04:25 -05:00
generators.md
getting_started.md Namespace HashWithIndifferentAccess 2013-01-07 07:37:23 +09:00
i18n.md
index.html.erb
initialization.md Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' 2013-01-06 21:41:36 -07:00
layout.html.erb
layouts_and_rendering.md Change guides to use update instead of update_attributes 2013-01-03 12:04:25 -05:00
migrations.md Merge branch 'master' of github.com:lifo/docrails 2013-01-01 20:29:43 +05:30
nested_model_forms.md
performance_testing.md replace AS::BufferedLogger doc mentions with AS::Logger 2012-12-25 20:39:23 +01:00
plugins.md
rails_application_templates.md
rails_on_rack.md prefer do-end for multiline block 2013-01-06 02:01:22 +03:00
routing.md
ruby_on_rails_guides_guidelines.md
security.md Updated security guide to reference secret_key_base instead of secret_token, with a little information about the change from CookieStore to EncryptedCookieStore. 2012-12-21 15:46:44 -05:00
testing.md fixed inconsistent require 'test_helper' in testing guide 2012-12-30 16:47:19 -06:00
upgrading_ruby_on_rails.md
working_with_javascript_in_rails.md Update some code examples on the "Working with JavaScript in Rails" guide. 2013-01-05 18:20:41 -02:00