rails/guides/source
2013-01-15 21:01:30 +01:00
..
kindle Add periodical-style TOC and navigation to Kindle version of guides 2012-12-01 18:08:10 -05:00
_license.html.erb Revert "divided into folder with the language" 2012-10-17 10:15:55 -03:00
_welcome.html.erb let @version be always externally set in guides generation [fixes #8221] 2012-12-07 15:20:56 +01:00
2_2_release_notes.md Revert "divided into folder with the language" 2012-10-17 10:15:55 -03:00
2_3_release_notes.md Revert "divided into folder with the language" 2012-10-17 10:15:55 -03:00
3_0_release_notes.md Revert "divided into folder with the language" 2012-10-17 10:15:55 -03:00
3_1_release_notes.md Update upgrading notes: users should stop using :concat and :cache options in asset tags 2012-10-24 10:47:07 -05:00
3_2_release_notes.md Revert "divided into folder with the language" 2012-10-17 10:15:55 -03:00
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
action_controller_overview.md Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
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 Add multipart: true to form for file upload. 2012-12-10 11:01:43 -08:00
active_model_basics.md Fix Active Record validation error messages markup in guides 2012-12-04 21:05:44 -02:00
active_record_basics.md Update guides/source/active_record_basics.md 2013-01-11 11:38:52 +01:00
active_record_callbacks.md remove 'update' duplications 2013-01-08 23:49:29 +01:00
active_record_querying.md find_last_by is deprecated in AR 4 2013-01-02 04:47:29 +09:00
active_record_validations.md remove 'update' duplications 2013-01-08 23:49:29 +01:00
active_support_core_extensions.md Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
active_support_instrumentation.md Fixed couple of typos 2012-12-27 18:11:21 +01:00
api_documentation_guidelines.md copy edits [ci skip] 2012-12-08 23:10:38 +05:30
asset_pipeline.md update assets guide code styling 2013-01-10 12:59:56 +03:00
association_basics.md Merge pull request #8432 from rmcastil/add_migration_example_to_each_association_type 2012-12-13 09:44:13 -08:00
caching_with_rails.md revert to 814c9875ec4cf01e1348d1ab1c9d12eee5a9adac 2013-01-16 01:26:47 +06:00
command_line.md Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
configuring.md Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
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 "SSL everywhere" for GitHub URLs 2013-01-02 03:59:56 +09:00
debugging_rails_applications.md Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
development_dependencies_install.md Merge pull request #8469 from kytrinyx/explicit-mysql-instructions 2012-12-09 08:33:17 -08:00
documents.yaml General refreshment of the Active Record Basics guide 2012-12-12 21:55:38 -05:00
engines.md Fix typo in guides/source/engines.md 2013-01-11 15:26:05 -05:00
form_helpers.md Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
generators.md update the scaffold generator outputs 2013-01-04 06:23:16 +09:00
getting_started.md Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
i18n.md prefer american spelling of 'behavior' 2013-01-07 11:47:27 +03:00
index.html.erb revise block on kindle guides [ci skip] 2012-12-09 23:05:37 +05:30
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 Revert "divided into folder with the language" 2012-10-17 10:15:55 -03:00
layouts_and_rendering.md Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
migrations.md Merge branch 'master' of github.com:lifo/docrails 2013-01-01 20:29:43 +05:30
nested_model_forms.md prefer american spelling of 'behavior' 2013-01-07 11:47:27 +03:00
performance_testing.md beginrescueend has ended 2013-01-05 14:41:32 +09:00
plugins.md Remove references to Rails versions. 2012-12-07 23:20:35 -08:00
rails_application_templates.md we don't have public/index.html anymore 2013-01-04 06:23:16 +09:00
rails_on_rack.md prefer do-end for multiline block 2013-01-06 02:01:22 +03:00
routing.md Update guides/source/routing.md 2012-12-11 04:29:19 -05:00
ruby_on_rails_guides_guidelines.md copy edits [ci skip] 2012-12-08 23:10:38 +05:30
security.md PUT => PATCH or PUT 2013-01-02 06:41:51 +09:00
testing.md fixed inconsistent require 'test_helper' in testing guide 2012-12-30 16:47:19 -06:00
upgrading_ruby_on_rails.md make an editing pass through the upgrading guide [ci skip] 2012-12-15 21:43:14 +05:30
working_with_javascript_in_rails.md Fix simple expression 2013-01-13 09:07:39 +05:30