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
/
activerecord
/
lib
/
active_record
/
railtie.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
1
-10
/
+8
*
make rake proxy work in rails engines
yuuji.yaginuma
2016-01-31
1
-1
/
+1
*
Ensure `config.active_record.time_zone_aware_types` is always set
Sean Griffin
2016-01-07
1
-0
/
+1
*
[close #22917] Don't output to `STDOUT` twice
schneems
2016-01-06
1
-2
/
+4
*
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
1
-2
/
+2
*
Remove unused block argument
amitkumarsuroliya
2015-10-06
1
-1
/
+1
*
Fix middleware deprecation message. Related to #21172.
Jon Atack
2015-08-14
1
-1
/
+1
*
Reference actual classes
Miles Starkenburg
2015-08-08
1
-5
/
+5
*
Merge pull request #20516 from kares/patch-2
Matthew Draper
2015-06-12
1
-1
/
+1
*
Apply schema cache dump when creating connections
Eugene Kenny
2015-04-29
1
-0
/
+1
*
Add `config.active_record.warn_on_records_fetched_greater_than` option
Jason Nochlin
2015-03-25
1
-0
/
+8
*
Revert "Merge pull request #15476 from JacobEvelyn/master"
Jeremy Kemper
2015-03-11
1
-3
/
+0
*
Merge pull request #15476 from JacobEvelyn/master
Rafael Mendonça França
2015-02-25
1
-0
/
+3
|
\
|
*
Use logger environment settings in Rails console.
Jacob Evelyn
2014-06-02
1
-0
/
+3
*
|
do not trigger AR lazy load hook before initializers ran.
Yves Senn
2014-11-25
1
-2
/
+0
|
/
*
Clarify 'database does not exist' message and implementation.
Jeremy Kemper
2014-04-01
1
-9
/
+14
*
Ensure Active Record connection consistency
schneems
2014-01-09
1
-14
/
+2
*
Automatically maintain test database schema
Jon Leighton
2014-01-02
1
-8
/
+1
*
Avoid getting redefined method warning
Łukasz Strzałkowski
2013-12-25
1
-0
/
+1
*
Only build a ConnectionSpecification if required
José Valim
2013-12-24
1
-1
/
+1
*
Fix build failures related to the new ENV options in yml
José Valim
2013-12-24
1
-1
/
+1
*
Guarantee the connection resolver handles string values
José Valim
2013-12-23
1
-1
/
+14
*
Tell how to Create a Database in Error Message
schneems
2013-12-23
1
-0
/
+8
*
let the sqlite task run without rails
Damien Mathieu
2013-08-07
1
-0
/
+1
*
Remove deprecation messages about protected_attributes and rails-observers
Carlos Antonio da Silva
2013-07-01
1
-39
/
+0
*
remove auto-explain-config deprecation warning
Yves Senn
2013-07-01
1
-11
/
+0
*
Setup env and seed_loaded for DatabaseTasks outside load_config
Piotr Sarnacki
2013-06-23
1
-2
/
+3
*
Change a way ActiveRecord's config is prepared for rake tasks
Piotr Sarnacki
2013-06-23
1
-10
/
+14
*
Check if APP_RAKEFILE is defined
Piotr Sarnacki
2013-05-16
1
-1
/
+1
*
Fix detection of engine in rake db:load_config
Joel Cogen
2013-05-16
1
-1
/
+1
*
Don't require Rails.env in order to use AR::Tasks::DatabaseTasks
Piotr Sarnacki
2013-04-24
1
-0
/
+1
*
Use DatabaseTasks.fixtures_path instead of FIXTURES_PATH in db.rake
Piotr Sarnacki
2013-04-24
1
-0
/
+1
*
Don't require having Rails.application to run database tasks
Piotr Sarnacki
2013-04-24
1
-0
/
+12
*
MOAR cleanups.
Vipul A M
2013-03-14
1
-3
/
+3
*
Remove hard coded references to Active Record in railties
José Valim
2013-03-02
1
-1
/
+1
*
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
Yves Senn
2013-02-24
1
-9
/
+13
*
standardize database_configuration to a hash
Terence Lee
2013-02-21
1
-3
/
+1
*
Point to guides.rubyonrails.org instead of edgeguides.rubyonrails.org
Santiago Pastorino
2012-12-30
1
-2
/
+2
*
Fix typo in the Observers deprecation message. [ci skip]
Lucas Mazza
2012-11-28
1
-1
/
+1
*
Gracefully handle upgrading apps with observers
Rafael Mendonça França
2012-11-28
1
-0
/
+12
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
1
-10
/
+0
*
Don't run explain on slow queries for database adapters that don't support it
Blake Smith
2012-11-26
1
-0
/
+7
*
only clear caches if we are actually connected to the database
Aaron Patterson
2012-11-12
1
-2
/
+4
*
Gracefully handle upgrading apps with mass assigment configs
Andrew White
2012-11-09
1
-0
/
+27
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-6
/
+5
*
Should use app.paths instead of specific path.
kennyj
2012-10-08
1
-1
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-09-28
1
-2
/
+2
|
\
|
*
nodoc AR::Railtie [ci skip]
Francesco Rodriguez
2012-09-21
1
-2
/
+2
*
|
make clear that expired db/schema_cache.dump are ignored
Xavier Noria
2012-09-24
1
-1
/
+1
|
/
*
removed warning: shadowing outer local variable
Arun Agrawal
2012-09-09
1
-1
/
+1
[next]