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
| tal:~/Projects/pierre $ rake routes | |
| :public is no longer used to avoid overloading Module#public, use :public_folder instead | |
| from /Users/tal/.rvm/gems/ruby-1.9.2-p290@pierre/gems/resque-1.19.0/lib/resque/server.rb:12:in `<class:Server>' | |
| WARNING: Possible conflict with Rake extension: String#ext already exists | |
| WARNING: Possible conflict with Rake extension: String#pathmap already exists | |
| rake aborted! | |
| stack level too deep | |
| Tasks: TOP => routes => environment | |
| (See full trace by running task with --trace) |
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
| foo |
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
| body { | |
| text-align: center; | |
| } | |
| #container { | |
| font-family: arial; | |
| margin-top: 200px; | |
| } | |
| #search-text { |
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
| <html> | |
| <head> | |
| <title>Shmoogle!</title> | |
| <link rel="stylesheet" type="text/css" href="index.css" /> | |
| </head> | |
| <body> | |
| <div id="container"> | |
| <img src="http://bit.ly/shmoogle" /> |
NewerOlder