Andrew Forward
Andrew Forward
Looks like the culprit is in url_rewriter.rb (rails actionpack 2.3.11) line 198 ``` ruby rewritten_url
I added the following line to my spec_helper.rb as a work-around. ``` ruby # To deal redirect_to problems (see https://github.com/defunkt/cijoe/issues/62) ActionController::Base.relative_url_root = '' ```
I created a PR for "sync-only" and "watch-only" (as there were unaddressed comments from July in the other PR I created a new one). https://github.com/brikis98/docker-osx-dev/pull/105
One minor semnatics, which @TimLethbridge spoke of but I want to make more apparent is that it's not that "UmpleParser doesn't support Language Feature X", it's that "UmpleParser doesn't support...
This is what worked for me recently on a Mac with the latest version of Atom ``` vi ~/.ssh/config ``` (you might not have this file, and that's OK, it...
No offence. I clearly document that this library focuses on simplicity and not security. From the docs. Safetybox a collection of security oriented functions This is oriented towards individuals that...
http://hexdocs.pm/safetybox/
Sorry, it is implied as this is geared towards individuals that are doing really insecure things (i.e. plain text passwords directly in the core code base), so it's a step...
I dabble in elixir without knowing much of anything about erlang (which is unforunate), and at the time the defacto the phoenix web framework process was to store the plain...