index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
application
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Action Mailer async flag is true by default using a Synchronous impl
Santiago Pastorino
2012-09-11
1
-1
/
+1
*
Raise more helpful error message on missing gem
Prem Sichanugrist
2012-08-24
1
-0
/
+7
*
Extract ActiveRecord::SessionStore from Rails
Prem Sichanugrist
2012-08-24
1
-2
/
+0
*
Fix failure on middleware/exceptions_test
José Valim
2012-08-23
1
-1
/
+1
*
Deprecate config.threadsafe!
José Valim
2012-08-21
1
-4
/
+3
*
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
José Valim
2012-08-21
3
-11
/
+3
*
Remove allow_concurrency as a flag
José Valim
2012-08-21
1
-3
/
+1
*
Allow users to choose when to eager_load the application or not.
José Valim
2012-08-21
3
-6
/
+19
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-1
/
+1
*
The use_schema_cache_dump configuration moved to ActiveRecord.
kennyj
2012-08-02
1
-2
/
+1
*
Remove RoutesInspector from railties, since it was moved to AP
Carlos Antonio da Silva
2012-07-08
1
-121
/
+0
*
Revert "Allow loading external route files from the router"
José Valim
2012-06-29
1
-9
/
+4
*
Remove unnecessary Railties structure now that plugins are gone
José Valim
2012-06-29
1
-13
/
+0
*
Rename RouteInspect to RoutesInspector for consistency
José Valim
2012-06-29
1
-1
/
+1
*
/rails/info/routes path shows routing information
schneems
2012-05-24
2
-1
/
+3
*
Improve `rake routes` output for redirects - closes #6369.
Andrew White
2012-05-19
1
-1
/
+1
*
Fix inspecting route redirections, closes #6369
Łukasz Strzałkowski
2012-05-18
1
-2
/
+2
*
Move AS set configs to AS Raitie
Santiago Pastorino
2012-05-12
1
-11
/
+1
*
Update railties/lib/rails/application/bootstrap.rb
Egor Homakov
2012-05-11
1
-1
/
+11
*
Allow configuring a different queue consumer
Carlos Antonio da Silva
2012-05-04
2
-5
/
+7
*
Refactor RoutesReloader a bit to avoid creating extra hash objects
Carlos Antonio da Silva
2012-04-28
1
-3
/
+2
*
Use Rails::Queueing::Queue instead of Queue so people can build their own con...
José Valim
2012-04-28
2
-2
/
+2
*
Initial queue implementation
Yehuda Katz
2012-04-26
2
-1
/
+9
*
Routes reloader knows how to reload external files
Yehuda Katz
2012-04-25
1
-4
/
+10
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-1
/
+1
*
use File.binread to pull in the schema cache
Aaron Patterson
2012-04-03
1
-1
/
+1
*
use AS::Logger so we are consistent
Aaron Patterson
2012-03-12
1
-1
/
+1
*
allow people to specify custom formatters, use the default formatter in produ...
Aaron Patterson
2012-03-12
2
-4
/
+5
*
Merge pull request #5162 from kennyj/schema_cache_dump
Aaron Patterson
2012-03-07
1
-1
/
+2
|
\
|
*
Load db/schema_cache.dump duaring boot time.
kennyj
2012-03-01
1
-1
/
+2
*
|
remove usages of AS::OrderedHash
Vishnu Atrai
2012-03-03
1
-1
/
+1
|
/
*
uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...
Xavier Noria
2012-02-24
1
-2
/
+1
*
Always default to flushing enabled
Felix Bünemann
2012-02-23
1
-1
/
+1
*
Make log autoflushing configurable
Felix Bünemann
2012-02-23
2
-2
/
+3
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-1
/
+2
*
Allow to set custom console type with Rails.application.config.console=
Piotr Sarnacki
2012-02-16
1
-1
/
+1
*
remove unnecessary require core_ext/string/encoding
Sergey Nartimov
2012-02-14
1
-1
/
+0
*
always flush all logs. fixes #4277
Aaron Patterson
2012-02-07
1
-1
/
+1
*
Remove redundant instance_variables (@colorize_logging)
kennyj
2012-01-27
1
-2
/
+1
*
Fix `$rails_rake_task` global variable warning without replacing the value of...
Jonathan Viney
2012-01-22
1
-2
/
+1
*
Silent Sprockets logger when config.assets.logger is set to false
Guillermo Iguaran
2012-01-17
1
-0
/
+1
*
Deprecate RAILS_CACHE constant.
kennyj
2012-01-18
1
-4
/
+4
*
Don't hardcode assets route skipped in route inspector
Guillermo Iguaran
2012-01-14
1
-1
/
+1
*
changing self.attribute to @atrribute to follow one kind of value assignment ...
prasath
2012-01-12
1
-4
/
+4
*
We should finalize the routes as soon as possible and not wait for the contro...
José Valim
2012-01-06
1
-1
/
+1
*
do not rewrite log during application bootstrap
Sergey Nartimov
2012-01-03
1
-1
/
+1
*
Rails::Plugin has gone
Santiago Pastorino
2012-01-03
2
-2
/
+2
*
Refactor RouteInspector
Piotr Sarnacki
2011-12-26
1
-32
/
+69
*
Correctly display rack apps with dynamic constraints in RoutesInspector
Piotr Sarnacki
2011-12-26
1
-1
/
+10
*
deprecate String#encoding_aware? and remove its usage
Sergey Nartimov
2011-12-24
1
-11
/
+3
[prev]
[next]