rails/guides/source
Steve Klabnik 4e7c8f8bb8 Remove WIP from Working With JavaScript Guide.
Now that we've fixed the fibs example, this is good to go.
2013-01-13 13:34:36 -05: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 mention performance test extraction in 4.0 guide 2013-01-10 17:53:41 +01: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 Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
active_record_callbacks.md Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
active_record_querying.md find_last_by is deprecated in AR 4 2013-01-02 04:47:29 +09:00
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 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 add asset pipeline guides section on implementing & registering own engines 2013-01-10 14:09:47 +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 Readd deleted section of caching rails guide 2013-01-03 18:21:20 -07:00
command_line.md Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
configuring.md remove performance tests from the default stack 2013-01-10 17:09:06 +01:00
contributing_to_ruby_on_rails.md adding small mention one single line blocks in contributing to rails 2013-01-09 10:09:06 -06: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 Remove WIP from Working With JavaScript Guide. 2013-01-13 13:34:36 -05:00
engines.md Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
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
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 remove performance tests from the default stack 2013-01-10 17:09:06 +01: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 Update some code examples on the "Working with JavaScript in Rails" guide. 2013-01-05 18:20:41 -02:00