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
José Valim 5e7d6bba79 Revert "Allow loading external route files from the router"
This reverts commit 6acebb38bc.

Usage of this feature did not reveal any improvement in existing apps.

Conflicts:

	actionpack/lib/action_dispatch/routing/mapper.rb
	guides/source/routing.textile
	railties/lib/rails/engine.rb
	railties/lib/rails/paths.rb
	railties/test/paths_test.rb
2012-06-29 17:44:10 +02:00
..
kindle moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
2_2_release_notes.textile moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
2_3_release_notes.textile moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
3_0_release_notes.textile moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
3_1_release_notes.textile moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
3_2_release_notes.textile Grammar fix in 3.2 Release Notes guide 2012-04-11 17:10:21 -03:00
4_0_release_notes.textile format the 4.0 release notes [ci skip] 2012-06-23 19:54:52 +05:30
_license.html.erb moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
_welcome.html.erb moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
action_controller_overview.textile rewords the section about default_url_options in the Action Controller Overview guide 2012-04-09 18:26:23 +02:00
action_mailer_basics.textile Guide update for Async ActionMailer 2012-06-26 18:36:19 -04:00
action_view_overview.textile some asset path changes and formatting fixes in AV overview [ci skip] 2012-05-27 20:01:55 +05:30
active_model_basics.textile prevent users from unknowingly using bad regexps that can compromise security (http://homakov.blogspot.co.uk/2012/05/saferweb-injects-in-various-ruby.html) 2012-06-14 18:10:49 +02:00
active_record_basics.textile moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
active_record_querying.textile Add changelog entry and guide updates for pluck with multiple columns 2012-06-22 09:32:41 -03:00
active_record_validations_callbacks.textile find_by_sql actually triggers after_find 2012-04-27 11:13:48 +02:00
active_support_core_extensions.textile Add prev_quarter and next_quarter method in Time/Date/DateTime 2012-06-20 11:39:11 -03:00
active_support_instrumentation.textile fix typo on ActiveSupport instrumentation guide [ci skip] 2012-05-29 15:08:53 -05:00
ajax_on_rails.textile switch to prototype also modifies application.js [ci skip] 2012-06-20 09:37:10 -05:00
api_documentation_guidelines.textile restores example depicting the use of true or false in regular font 2012-03-25 20:26:35 +02:00
asset_pipeline.textile copy edit the assets guide[ci skip] 2012-06-22 22:07:21 +05:30
association_basics.textile :foreign_key option should be on has_many side of association 2012-03-23 18:30:16 +08:00
caching_with_rails.textile Fix cache_store configuration example 2012-06-11 23:29:59 +01:00
command_line.textile [command line guide] Use actual output of a Rails 3.2.x app 2012-05-28 01:48:04 -05:00
configuring.textile clarified how file naming affects load order of initializers 2012-05-22 15:50:19 -03:00
contributing_to_ruby_on_rails.textile Small typo in Backporting instructions. 2012-06-21 02:19:32 -07:00
credits.html.erb Add oscardelben to authors 2012-05-18 08:45:03 -07:00
debugging_rails_applications.textile Fix broken link 2012-05-22 11:19:32 +05:30
documents.yaml moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
engines.textile add small note about how to get the full list of options for rails plugin new 2012-05-26 09:53:16 -07:00
form_helpers.textile Show how to add attributes to options 2012-06-13 15:49:31 -04:00
generators.textile Copy Edit 2012-04-25 09:01:59 -07:00
getting_started.textile Rails 4 will be 1.9.3+ only [ci skip] 2012-06-25 12:05:47 -03:00
i18n.textile 'Netherlands locale' does not make any sense, it's Dutch locale [ci skip] 2012-05-14 14:04:24 +02:00
index.html.erb note that WIP guides are not in the index menu [ci skip] 2012-05-07 12:18:51 +05:30
initialization.textile Rewrite some parts of the Rails initialization guide 2012-06-17 11:30:20 -07:00
layout.html.erb Adds favicon to guides layout 2012-04-22 13:20:22 -07:00
layouts_and_rendering.textile remove unnecessary text 2012-06-04 01:03:39 +02:00
migrations.textile let's not add too much details upfront in the introduction [ci skip] 2012-05-30 22:40:31 +05:30
nested_model_forms.textile moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
performance_testing.textile moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
plugins.textile Remove references to 'vendored plugins' except to note they used to exist but are deprecated. 'gemified plugin' is the only supported option now. 2012-04-24 16:47:44 -03:00
rails_application_templates.textile moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
rails_on_rack.textile modify middleware docs [ci skip] 2012-06-14 23:14:47 +05:30
routing.textile Revert "Allow loading external route files from the router" 2012-06-29 17:44:10 +02:00
ruby_on_rails_guides_guidelines.textile [guides] guides:generate:kindle is the new interface to generate .mobi file instead of using KINDLE=1 2012-05-28 16:20:10 -05:00
security.textile prevent users from unknowingly using bad regexps that can compromise security (http://homakov.blogspot.co.uk/2012/05/saferweb-injects-in-various-ruby.html) 2012-06-14 18:10:49 +02:00
testing.textile :success includes the whole 200 range, not just 200. 2012-04-01 08:39:57 -05:00
upgrading_ruby_on_rails.textile Support unicode character route in config/routes.rb. 2012-06-16 00:22:16 +09:00