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
/
railties
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add helper for loading seed data for engine and application
Piotr Sarnacki
2010-09-20
1
-2
/
+1
*
Exception handling more readable
Thiago Pradi
2010-09-19
1
-4
/
+4
*
Use railties:copy_migrations instead of db:copy_migrations
Piotr Sarnacki
2010-09-06
1
-1
/
+5
*
rake db:copy_migrations task, which copies railties migrations into applicati...
Piotr Sarnacki
2010-09-03
1
-0
/
+22
*
Added Rails.application.config.paths.db.migrate to remove hardcoded db/migrat...
Piotr Sarnacki
2010-09-03
1
-6
/
+7
*
Fix em_mysql2 error in rake db:create
Sam Aarons
2010-08-27
1
-1
/
+1
*
Catch mysql2 access denied errors in rake db:create [#5432 state:resolved]
Andrew White
2010-08-25
1
-2
/
+4
*
standarizes the use of the article "an" for "SQL" and "SQLite"
Xavier Noria
2010-08-05
1
-1
/
+1
*
Move runtime back to the Thread.current
José Valim
2010-07-26
1
-3
/
+2
*
Cache connection access.
José Valim
2010-07-25
1
-2
/
+3
*
Move runtime back to connection.
José Valim
2010-07-25
1
-2
/
+2
*
Revert the previous three commits.
José Valim
2010-07-25
1
-3
/
+2
*
look up connection once
Aaron Patterson
2010-07-25
1
-2
/
+3
*
use a hash to collect optional statistics about the instrumentation
Aaron Patterson
2010-07-25
1
-2
/
+2
*
Move runtime to log subscriber.
José Valim
2010-07-25
1
-2
/
+2
*
rake db:seed should check if the database have pending migrations [#5163 stat...
Thiago Pradi
2010-07-21
1
-1
/
+1
*
Avoid calls to Rails::Application since this is not the official API.
José Valim
2010-07-01
1
-1
/
+1
*
Support any mysql-like adapter
Jeremy Kemper
2010-06-30
1
-7
/
+7
*
Avoid "no such table" exception when schema migrations table does not exist
Akira Matsuda
2010-06-27
1
-0
/
+5
*
Use ActiveRecord::Migrator.schema_migrations_table_name instead of hardcoding...
Akira Matsuda
2010-06-27
1
-1
/
+1
*
rake db:migrate:status displays status of migrations [#4947 state:resolved]
Kevin Skoglund
2010-06-28
1
-0
/
+25
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-32
/
+0
*
Cut down even further on rake -T noise
David Heinemeier Hansson
2010-06-09
1
-13
/
+13
*
Silence even more noisy rake task docs
David Heinemeier Hansson
2010-06-09
1
-12
/
+12
*
Configure generators before invoking.
José Valim
2010-06-03
1
-0
/
+1
*
Support fixtures for namespaced models [#2965 state:resolved]
Andrew White
2010-04-25
1
-2
/
+2
*
db:test:prepare for tasks only if AR is loaded
Santiago Pastorino
2010-04-09
1
-0
/
+2
*
Revert "When creating database with rake, create schemas in schema_search_pat...
Michael Koziarski
2010-04-09
1
-7
/
+1
*
Read postgresql encoding using string key instead of symbol [#4304 state:reso...
Doug Richardson
2010-04-01
1
-1
/
+1
*
When creating database with rake, create schemas in schema_search_path if it ...
Rizwan Reza
2010-03-28
1
-0
/
+6
*
rake tasks should use the new app generator path [#4257 state:resolved]
Sebastian Martinez
2010-03-23
1
-1
/
+1
*
squelching more warnings in the AR tests. [#4218 state:resolved]
Aaron Patterson
2010-03-18
1
-1
/
+6
*
Print database.rake errors to stderr.
S. Christoffer Eliesen
2010-02-27
1
-5
/
+5
*
Rename Rails::Subscriber to Rails::LogSubscriber
Prem Sichanugrist
2010-02-16
1
-1
/
+1
*
Adding guard to make sure test database declarations exist before trying to a...
Mikel Lindsaar
2010-02-04
1
-2
/
+2
*
Added encoding qery support for SQLite3 to make rake db:charset work on all d...
Mikel Lindsaar
2010-02-03
1
-0
/
+3
*
Made rake db:create also create the test database if you are in development mode
Mikel Lindsaar
2010-02-03
1
-1
/
+5
*
Fix AR's rake tasks to work with the Rails::Application refactor
Carlhuda
2010-01-25
1
-1
/
+1
*
Rake tasks should load generators from new paths.
José Valim
2010-01-18
1
-1
/
+1
*
Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.
José Valim
2010-01-17
1
-1
/
+1
*
Do not send the whole controller in notifications, cherry pick required pieces.
José Valim
2010-01-15
1
-2
/
+9
*
Tidy up ActiveRecord and Views runtime information on process action logger.
José Valim
2010-01-14
1
-3
/
+3
*
Add subscriber for ActionPack and move all logging inside it.
José Valim
2010-01-13
1
-1
/
+1
*
Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.
José Valim
2010-01-13
1
-0
/
+27
*
Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.
José Valim
2010-01-13
1
-29
/
+29
*
Restore require of 'active_record/fixtures' for Rake tasks that use them
Jeffrey Hardy
2010-01-06
1
-0
/
+4
*
Update db:migrate error message to reflect the removal of config.frameworks
Jeffrey Hardy
2010-01-06
1
-1
/
+1
*
Autoload AR test case
Joshua Peek
2010-01-04
1
-4
/
+1
*
Fix up AR extension by using Railties module instead of Rails and requiring C...
Jeremy Kemper
2009-12-30
2
-0
/
+500