Created
October 15, 2010 05:30
-
-
Save phlipper/627680 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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