Tom Brooke
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
-
-
-
Tom Brooke created a post, Rails Rspec non default directory structure not recognized
When I add a directory in a Rails project rspec is not able to find the code in itfor exampleapp/actionsapp/assetsapp/controllersapp/helperscode in app/actions is not located however it is outside ... -
Tom Brooke created a post, Torquebox with Sinatra
I have a Sinatra app setup on torquebox but I can't find any documentation on setting up torquebox with Rubymine and I don't see torquebox as an option anywhereI have the torquebox gems installed a... -
Tom Brooke created a post, Clojure
I have La CLojure installed and the new Leiningen pluggin but I don't get Clojure showing as a language option for a new projectIs there something I need to do to set up Clojure as a language choic... -
Tom Brooke created a post, Java JDK on OSX Mountain Lion
I am trying to run la Clojure that requires the JDK I have downloaded and installed sun version 7 on OSX Mountain Lion (OSX 10.8.2) this is what I have;brooke java -versionjava version "1.7.0_09"J... -
Tom Brooke commented, -
Tom Brooke created a post, Pry
I want to use pry instead of irb with Rubymine - Is there an easy way to replace the irb console with a pry console? -
Tom Brooke created a post, invalid byte sequence in US-ASCII with Bundler
I get /Users/tmb/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:734:in `gsub': invalid byte sequence in US-ASCII (ArgumentError)Bu bundler works fine from the comma... -
Tom Brooke created a post, Rails 3.1
I decided to start a Rails 3.1 rc6 project - It works fin but I don't have the Rails view that I had with 3.0 - I thought this was in the 3.2.3 upfgrade?