Guest User

Untitled

a guest
Jul 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. % ruby -v
  2. ruby 1.9.2p136 (2010-12-25 revision 30365) [i386-darwin9.8.0]
  3. % rails -v
  4. Rails 3.0.3
  5. % uname -a
  6. Darwin zippy 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386
  7. % rails new foobar
  8. % cd foobar
  9. % rails c
  10. Loading development environment (Rails 3.0.3)
  11. ruby-1.9.2-p136 > Foobar::Application.config.action_view
  12. => {:stylesheet_expansions=>{}, :javascript_expansions=>{:defaults=>["prototype", "effects", "dragdrop", "controls", "rails"]}, :debug_rjs=>true}
  13. ruby-1.9.2-p136 > require 'cancan'
  14. => nil
  15. ruby-1.9.2-p136 > Foobar::Application.config.action_view
  16. => {:debug_rjs=>true}
  17. ruby-1.9.2-p136 > quit
  18. %
Add Comment
Please, Sign In to add comment