rails--rails/railties/lib/rails
Piotr Sarnacki 6648babded Allow running generators for Engine with usage of other application.
After that commit, developers can set ENGINE_PATH in ENGINE/scripts/rails
file and load application's ./script/rails (most of the time it will be
dummy application used for testing). When running ./script/rails g it will
use application to boot up, but then it will use Engine's root and
configuration for generators.
2010-09-30 09:47:06 +02:00
..
application Added config.app_generators to allow configuring application's generators from railties. 2010-09-30 09:47:06 +02:00
commands Send 'rails runner' help message to stdout instead of stderr. 2010-09-19 16:45:29 -07:00
console Dont reload the environment, just not needed bro 2010-06-24 17:38:46 -05:00
engine Add helper for loading seed data for engine and application 2010-09-20 10:41:05 +02:00
generators Add gem 'arel' from git commented out as an example of how to Bundle egde Rails with Arel edge 2010-09-29 00:14:48 -03:00
rack Refactor log-tailer to depend on File#eof? rather than File#mtime 2010-08-03 10:50:25 +02:00
railtie Added config.app_generators to allow configuring application's generators from railties. 2010-09-30 09:47:06 +02:00
tasks revision of typo: crytographically [#5566 state:resolved] 2010-09-07 11:03:37 -03:00
test_unit Added config.app_generators to allow configuring application's generators from railties. 2010-09-30 09:47:06 +02:00
all.rb Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always uses AS. 2010-02-04 10:08:06 -08:00
application.rb Move routes_reloader to a class: RoutesReloader 2010-09-30 09:47:06 +02:00
backtrace_cleaner.rb Make backtrace_cleaner work as expected. Prior to this patch, the Full Trace rarely showed the full trace. Also, increase performance considerably. 2010-05-03 12:59:48 +02:00
cli.rb adds a comment in cli.rb so that it is clear that exec_script_rails! performs an exec call 2010-08-27 23:27:29 +02:00
code_statistics.rb Fix typo and add sanity test for code statistics rake task. 2010-09-24 15:51:29 +02:00
commands.rb Allow running generators for Engine with usage of other application. 2010-09-30 09:47:06 +02:00
configuration.rb Removed most of deprecated stuff from Application and Engine 2010-09-03 22:59:04 +02:00
engine.rb Move routes_reloader to a class: RoutesReloader 2010-09-30 09:47:06 +02:00
generators.rb Perf: speed up 2 methods in railties. 2010-09-22 18:08:03 -03:00
info.rb Fix deprecation message on info screen 2010-07-26 16:35:27 -05:00
info_controller.rb Moves local_request? to require.local? 2010-08-13 17:35:52 -03:00
initializable.rb Remove run_initializers from class methods. 2010-06-24 11:40:22 +02:00
paths.rb Add skip_eager_load!, skip_autoload! and friends to path objects. 2010-07-17 09:55:11 +02:00
performance_test_help.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
plugin.rb Remove more deprecated behavior from plugins. 2010-09-04 01:11:22 +02:00
rack.rb Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if any metal was declared. 2010-01-26 15:27:46 +01:00
railtie.rb Add table_name_prefix to Engine's namespace automatically 2010-09-03 22:59:11 +02:00
routes_reloader.rb Move routes_reloader to a class: RoutesReloader 2010-09-30 09:47:06 +02:00
ruby_version_check.rb Updating error message on ruby_version_check.rb 2010-09-19 22:32:23 -07:00
rubyprof_ext.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
script_rails_loader.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
source_annotation_extractor.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
tasks.rb Added task for creating symlinks to engines' public directories 2010-09-06 14:38:36 +02:00
test_help.rb Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00
version.rb Master is now targeting 3.1.0.beta 2010-08-23 21:44:57 -05:00