.. |
application
|
Remove hard coded references to Active Record in railties
|
2013-03-02 13:52:32 -07:00 |
commands
|
Use --rc= instead of --rc
|
2013-02-04 16:05:38 -05:00 |
console
|
We don't need to require AS::TestCase
|
2012-08-14 10:01:06 -07:00 |
engine
|
Revert "Deprecate the eager_load_paths configuration"
|
2013-02-19 07:22:37 +00:00 |
generators
|
Merge pull request #9512 from Jacke/master
|
2013-03-02 14:06:37 -08:00 |
rack
|
fire a notification when the request stops / starts
|
2013-01-09 15:34:58 -08:00 |
railtie
|
Use Ruby 1.9 Hash syntax in railties
|
2012-10-14 18:26:58 +02:00 |
tasks
|
guides/rails_guides moved up and out of the railties directory
|
2013-02-23 16:06:05 -05:00 |
templates
|
Use absolute path
|
2013-01-08 19:44:34 +09:00 |
test_unit
|
Added test:all and test:all:db tasks to speed up full test runs.
|
2013-02-04 14:50:04 -08:00 |
all.rb
|
Now the Sprockets railtie lives in sprockets/railtie
|
2012-10-18 01:03:24 -03:00 |
app_rails_loader.rb
|
Fix backwards compatibility with Rails 3 apps.
|
2013-02-22 14:30:21 -05:00 |
application.rb
|
Remove BestStandardsSupport middleware
|
2013-01-29 14:20:58 -05:00 |
backtrace_cleaner.rb
|
Gem cont presence checking has been removed
|
2012-05-02 13:56:13 +03:00 |
cli.rb
|
Fix backwards compatibility with Rails 3 apps.
|
2013-02-22 14:30:21 -05:00 |
code_statistics.rb
|
Improve rake stats for JavaScript and CoffeeScript.
|
2013-02-25 21:08:11 +08:00 |
code_statistics_calculator.rb
|
Improve rake stats for JavaScript and CoffeeScript.
|
2013-02-25 21:08:11 +08:00 |
commands.rb
|
remove performance tests from the default stack
|
2013-01-10 17:09:06 +01:00 |
configuration.rb
|
Remove BestStandardsSupport middleware
|
2013-01-29 14:20:58 -05:00 |
deprecation.rb
|
Remove 'assigned but unused variable' warning
|
2012-09-18 16:53:36 +03:00 |
engine.rb
|
There's no need to access Railties through self.class
|
2013-02-27 13:11:45 -02:00 |
generators.rb
|
remove performance tests from the default stack
|
2013-01-10 17:09:06 +01:00 |
info.rb
|
use tap with block parameter
|
2013-01-18 17:12:47 +09:00 |
info_controller.rb
|
Redirect using action hash instead of hardcoding full route
|
2013-01-05 11:52:08 -02:00 |
initializable.rb
|
add :nodoc: to internal implementations [ci skip]
|
2012-06-22 16:29:59 -05:00 |
paths.rb
|
Revert "Deprecate the eager_load_paths configuration"
|
2013-02-19 07:22:37 +00:00 |
rack.rb
|
Unify logger and taggedlogging middleware as both address logging concerns.
|
2011-10-19 22:39:11 +02:00 |
railtie.rb
|
delegate to :class rather than 'self.class'
|
2013-01-06 12:43:30 +03:00 |
ruby_version_check.rb
|
Prefer Ruby 2.0; require 1.9.3+
|
2013-02-09 17:41:07 -07:00 |
rubyprof_ext.rb
|
Replaced all 'for' loops with Enumerable#each
|
2012-01-30 03:15:49 +08:00 |
source_annotation_extractor.rb
|
allow :dirs option for .enumerate
|
2013-01-15 14:14:05 -05:00 |
tasks.rb
|
[IMPORTANT] Make "sprockets/railtie" require explicit.
|
2011-06-29 09:41:16 -03:00 |
test_help.rb
|
Don't configure Turn output, we aren't using it since 3.2.0
|
2013-01-07 23:51:57 -05:00 |
version.rb
|
Preparing for 4.0.0.beta1 release
|
2013-02-25 08:31:50 -06:00 |
welcome_controller.rb
|
Use Rails to Render Default Index Page
|
2012-12-10 16:15:04 -08:00 |