rails/guides
Jon Leighton ff7ab3bc78 Automatically maintain test database schema
* Move check from generated helper to test_help.rb, so that all
  applications can benefit
* Rather than just raising when the test schema has pending migrations,
  try to load in the schema and only raise if there are pending
  migrations afterwards
* Opt out of the check by setting
  config.active_record.maintain_test_schema = false
* Deprecate db:test:* tasks. The test helper is now fully responsible
  for maintaining the test schema, so we don't need rake tasks for this.
  This is also a speed improvement since we're no longer reloading the
  test database on every call to "rake test".
2014-01-02 13:49:00 +00:00
..
assets Adds Akshay Surve to Rails Guides credits list 2013-08-23 18:09:49 +05:30
bug_report_templates Ensure backward compatibility between Minitest 5 and 4 2013-12-27 11:30:53 +01:00
code/getting_started Bump Jbuilder version to 2.0.0 2013-12-20 10:35:32 -05:00
rails_guides remove warnings on ruby trunk 2013-11-01 18:15:53 -02:00
source Automatically maintain test database schema 2014-01-02 13:49:00 +00:00
.document adds guides/.document to tell rdoc not to process this directory 2013-03-04 22:28:23 +01:00
CHANGELOG.md Fix missing line and shadow on static error pages [ci skip] 2013-11-11 11:17:44 +04:00
rails_guides.rb remove warnings on ruby trunk 2013-11-01 18:15:53 -02:00
Rakefile Revert "Whitespace trimming in guides generation" 2013-06-14 00:30:40 +05:30
w3c_validator.rb Add exception handling to rake guides:validate 2012-08-24 12:06:44 +02:00