Ole Morten Amundsen

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Ole Morten Amundsen created a post, How to run server on lvh.me:3000 for oauth callbacks
The oauth callback from google can't callback on localhost:3000 and using lvh.me:3000 is a well-known trick.When I edit run configurations and replace 0.0.0.0 with lvh.me, I get "invalid ip". I'd l... -
Ole Morten Amundsen commented, -
Ole Morten Amundsen commented, -
Ole Morten Amundsen created a post, hamlc support?
Hamlc is HAML with CoffeeScript. It rocks! But I can't get any highlighting in RubyMine 4.0.2 . How do I enable it? -
Ole Morten Amundsen created a post, ubuntu - the right alt key produces 2 instead of 'at' @
Norwegian keyboard. To produce @ you normally press the right alt key + 2. This works in terminal and everywhere else except in RubyMine (97.133).I'm helping a friend getting started with RubyMine ... -
-
Ole Morten Amundsen created a post, Building RubyGems, lib/ in load path?
Hey, RubyMine has really grown on me, I want to use it for developing rubygems too (I've been using TextMate for this). Gems usually have this structurelib/mymodule.rbtest/mymoduletest.rbtest/test_... -
Ole Morten Amundsen created a post, rails 3 routes
Hi, I'm using the 2.5 EAP with rails 3. I'm using both :namespace and :scope in my routes.rb, for nice URLs. RubyMine can't autocomplete such routes and complains that the method doesn't exists.rak... -
-
Ole Morten Amundsen created a post, Doing TDD in RubyMine, missing the "create missing method"
When doing TDD, I write the test spec first, creating the interface of the class under test. The new methods doesn't exist, and RubyMine notices this, underlining it with a grey line and yielding a...