1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib
2006-08-06 03:24:17 +00:00
..
commands Added that you can change the web server port in config/lighttpd.conf from script/server --port/-p (closes #5465) [mats@imediatec.co.uk] 2006-08-05 22:11:24 +00:00
rails Prepare for tiny release of 1.1.2 2006-04-09 21:09:45 +00:00
rails_generator ./script/generate usage. Closes #5721. 2006-08-05 01:34:01 +00:00
tasks Firebird database tasks. 2006-07-09 00:36:49 +00:00
binding_of_caller.rb
breakpoint.rb Added show_source_list and show_call_stack to breakpoints to make it easier to get context (closes #5476) [takiuchi@drecom.co.jp] 2006-07-05 02:02:30 +00:00
breakpoint_client.rb Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440. 2006-06-28 20:53:00 +00:00
code_statistics.rb Add integration test support to app generation and testing 2006-02-28 18:57:32 +00:00
commands.rb
console_app.rb Use example.com as standard (closes #4413) [anna] 2006-03-25 19:43:40 +00:00
console_sandbox.rb
console_with_helpers.rb Don't polute the top level namespace in the console with ActionView helpers. Make them available from a helper method. 2006-03-23 21:56:38 +00:00
dispatcher.rb Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook. 2006-08-06 02:51:53 +00:00
fcgi_handler.rb Added SIGTRAP signal handler to RailsFCGIHandler that'll force the process into a breakpoint after the next request. This breakpoint can then be caught with script/breakpointer and give you access to the Ruby image inside that process. Useful for debugging memory leaks among other things [DHH] 2006-02-19 06:25:47 +00:00
initializer.rb Move method 2006-08-06 03:22:38 +00:00
rails_generator.rb
railties_path.rb Added an omnipresent RailsInfoController with a properties action that delivers an HTML rendering of Rails::Info (but only when local_request? is true). Added a new default index.html which fetches this with Ajax. 2005-11-08 04:26:34 +00:00
ruby_version_check.rb Reject Ruby 1.8.3 when loading Rails; extract version checking code. 2006-03-19 18:55:31 +00:00
rubyprof_ext.rb
test_help.rb rename 'integration_test.rb' -> 'integration.rb' 2006-03-18 14:27:36 +00:00
webrick_server.rb Remove requires from webrick server; they were causing dispatcher.rb to be double loaded. 2006-08-06 03:24:17 +00:00