Skip to content

Instantly share code, notes, and snippets.

@phlipper
Created October 15, 2010 05:30
Show Gist options
  • Save phlipper/627680 to your computer and use it in GitHub Desktop.
Save phlipper/627680 to your computer and use it in GitHub Desktop.
[22:05:59] phlipper@Trimaxion [~/Projects/shasta]$ ./script/console
Loading development environment (Rails 2.3.10)
** Erubis 2.6.6
rails_xss requires Rails 2.3.8 or later. Please upgrade to enable automatic HTML safety.
** Erubis 2.6.6
>> Rails.version
=> "2.3.10"
>> Rails.version <= "2.3.1"
=> false
>> Rails.version <= "2.3.2"
=> true
[22:06:18] phlipper@Trimaxion [~/Projects]$ irb
>> "10" <= "1"
=> false
>> "10" <= "2"
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment