rails/railties
Piotr Sarnacki 9a4268db99 Fix generating route from engine to other engine
A regression was introduced in 5b3bb6, generating route from within an
engine to an another engine resulted in prefixing a path with the
SCRIPT_NAME value.

The regression was caused by the fact that SCRIPT_NAME should be
appended only if it's the SCRIPT_NAME for the application, not if it's
SCRIPT_NAME from the current engine.

closes #10409
2013-05-03 18:15:40 +02:00
..
bin extract path into variable 2013-04-21 23:30:16 +01:00
lib Fix generating route from engine to other engine 2013-05-03 18:15:40 +02:00
test Fix generating route from engine to other engine 2013-05-03 18:15:40 +02:00
.gitignore
CHANGELOG.md Removing Railtie::Configurable from the base Railtie object and making 2013-04-29 13:06:29 -04:00
MIT-LICENSE Updated copyright notices for 2013 2012-12-31 20:35:29 +00:00
railties.gemspec Use last released version of thor 2013-03-30 11:47:26 -05:00
Rakefile Add TEST_DIRS enviroment for constrain test directories in rakefile 2013-04-08 15:16:33 +05:00
RDOC_MAIN.rdoc moves RDOC_MAIN.rdoc to railties 2013-03-30 00:10:52 +01:00
README.rdoc

= Railties -- Gluing the Engine to the Rails

Railties is responsible for gluing all frameworks together. Overall, it:

* handles the bootstrapping process for a Rails application;

* manages the +rails+ command line interface;

* and provides the Rails generators core.


== Download

The latest version of Railties can be installed with RubyGems:

* gem install railties

Source code can be downloaded as part of the Rails project on GitHub

* https://github.com/rails/rails/tree/master/railties

== License

Railties is released under the MIT license:

* http://www.opensource.org/licenses/MIT

== Support

API documentation is at

* http://api.rubyonrails.org

Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:

* https://github.com/rails/rails/issues