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
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+3
*
fix db:fixtures:load with FIXTURES specified [#6061 state:resolved]
John Hawthorn
2011-02-06
1
-2
/
+2
*
Improve regex in rake db:migrate status [#5940 state:resolved]
Kevin Skoglund
2011-02-04
1
-1
/
+1
*
Adding postgresql template option when executing db:test:clone_structure
Katrina Owen
2011-01-09
1
-1
/
+1
*
Refactor db:load:config to automatically pick additional migrations if ENGINE...
Piotr Sarnacki
2010-12-09
1
-0
/
+6
*
Rake tasks for managing database while development and testing of engines
Piotr Sarnacki
2010-12-09
1
-14
/
+14
*
properly load database config in database rake tasks, to properly set migrati...
Piotr Sarnacki
2010-12-09
1
-7
/
+7
*
Allow to run migrations from more than one directory in rake tasks
Piotr Sarnacki
2010-12-09
1
-8
/
+8
*
Do not treat information about skipped migrations as WARNINGs but as a NOTEs,...
Piotr Sarnacki
2010-10-14
1
-1
/
+1
*
Updated DOCS for engines and added a couple TODOs. Also, commented internal r...
José Valim
2010-10-11
1
-1
/
+1
*
Rename rake railties:copy_migrations to rake railties:install:migrations and ...
Piotr Sarnacki
2010-10-09
1
-23
/
+25
*
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
1
-3
/
+3
*
Fix 'rake db:create' is ignore encoding when using postgres [#5717 state:reso...
yalab
2010-09-30
1
-1
/
+1
*
db:structure:dump should list current Rails.env adapter in errors, not always...
Nic Benders
2010-09-26
1
-1
/
+1
*
Fix warning message when db/schema.rb doesn't exist [#5625 state:resolved]
Brian Candler
2010-09-24
1
-1
/
+1
*
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
[next]