19 Action Controller 17 Retrospective
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
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.1.12)
>> puts $:
/home/rubys/git/awdwr/edition4/work-187-31/depot/lib
/home/rubys/git/awdwr/edition4/work-187-31/depot/vendor
/home/rubys/git/awdwr/edition4/work-187-31/depot/app/helpers
/home/rubys/git/awdwr/edition4/work-187-31/depot/app/mailers
/home/rubys/git/awdwr/edition4/work-187-31/depot/app/assets
/home/rubys/git/awdwr/edition4/work-187-31/depot/app/controllers
/home/rubys/git/awdwr/edition4/work-187-31/depot/app/models
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/jquery-ui-rails-4.1.1/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/jquery-ui-rails-4.1.1/app/assets
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/jquery-rails-3.1.0/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/jquery-rails-3.1.0/vendor
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/sass-3.2.14/lib/sass/..
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/uglifier-2.4.0/lib
/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/sass-3.2.14/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/rvm-capistrano-1.5.1/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/mysql2-0.3.15/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/json-1.8.1/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/rack-ssl-1.3.3/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/coffee-script-2.2.0/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/execjs-2.0.2/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/coffee-script-source-1.7.0/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/.rvm/gems/ruby-1.8.7-p374/gems/bcrypt-ruby-3.0.1/lib
/home/rubys/git/rails/activeresource/lib
/home/rubys/git/rails/activerecord/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/arel-2.2.3/lib
/home/rubys/git/rails/actionmailer/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/mail-2.4.4/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/sprockets-2.0.4/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/tilt-1.3.7/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/hike-1.2.3/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/rack-test-0.6.2/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/rack-mount-0.8.3/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/rack-cache-1.2/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.3.10/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/erubis-2.7.0/lib
/home/rubys/git/rails/activemodel/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/i18n-0.6.9/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/builder-3.0.4/lib
/home/rubys/git/rails/activesupport/lib
/home/rubys/.rvm/gems/ruby-1.8.7-p374/gems/multi_json-1.8.4/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/coffee-rails/lib
/home/rubys/git/rails/lib
/home/rubys/git/sass-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.8.3/lib/rack/mount/vendor/regin
=> nil
>>