Agile Web Development with Rails, Edition 4

19 Action Controller 17 Retrospective

18 Finding Your Way Around

rake db:version
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
Current version: 20140204000009
edit lib/tasks/db_schema_migrations.rake
namespace :db do
  desc "Prints the migrated versions"
  task :schema_migrations => :environment do
    puts ActiveRecord::Base.connection.select_values(
      'select version from schema_migrations order by version' )
  end
end
rake db:schema_migrations
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
20140204000001
20140204000002
20140204000003
20140204000004
20140204000005
20140204000006
20140204000007
20140204000008
20140204000009
ls log
development.log
production.log
server.log
test.log
find script -type f
script/rails
echo "puts $:" | IRBRC=tmp/irbrc rails console
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
Loading development environment (Rails 3.0.20)
>> puts $:
/home/rubys/git/awdwr/edition4/work-187-30/depot/lib
/home/rubys/git/awdwr/edition4/work-187-30/depot/vendor
/home/rubys/git/awdwr/edition4/work-187-30/depot/app/controllers
/home/rubys/git/awdwr/edition4/work-187-30/depot/app/mailers
/home/rubys/git/awdwr/edition4/work-187-30/depot/app/helpers
/home/rubys/git/awdwr/edition4/work-187-30/depot/app/models
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/sqlite3-1.3.8/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/rvm-capistrano-1.5.1/lib
/home/rubys/git/rails/railties/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/thor-0.14.6/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/rdoc-3.12.2/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/mysql-2.9.1/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/json-1.8.1/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/capistrano-2.15.5/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/net-ssh-gateway-1.2.0/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/net-sftp-2.1.2/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/net-scp-1.1.2/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/net-ssh-2.8.0/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/highline-1.6.20/lib
/home/rubys/git/rails/activeresource/lib
/home/rubys/git/rails/activerecord/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/arel-2.0.10/lib
/home/rubys/git/rails/actionmailer/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/mail-2.2.20/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/treetop-1.4.15/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/polyglot-0.3.3/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/mime-types-1.25.1/lib
/home/rubys/git/rails/actionpack/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/tzinfo-0.3.38/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/rack-test-0.5.7/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/rack-mount-0.6.14/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.2.8/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/erubis-2.6.6/lib
/home/rubys/git/rails/activemodel/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/i18n-0.5.3/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/builder-2.1.2/lib
/home/rubys/git/rails/activesupport/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/abstract-1.0.0/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/rake-10.1.1/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/bundler-1.5.2/lib
/home/rubys/git/rails/lib
/home/rubys/git/gorp/lib
/home/rubys/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/site_ruby/1.8
/home/rubys/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/site_ruby/1.8/x86_64-linux
/home/rubys/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/site_ruby
/home/rubys/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/vendor_ruby/1.8
/home/rubys/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/vendor_ruby/1.8/x86_64-linux
/home/rubys/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/vendor_ruby
/home/rubys/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/1.8
/home/rubys/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/1.8/x86_64-linux
.
/home/rubys/git/rails/actionpack/lib/action_controller/vendor/html-scanner
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/rack-mount-0.6.14/lib/rack/mount/vendor/multimap
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/rack-mount-0.6.14/lib/rack/mount/vendor/regin
=> nil
>> 

19 Action Controller 17 Retrospective