23 Oct, 2013
1 commit
21 Oct, 2013
1 commit
-
Remove Taskmapper
19 Oct, 2013
6 commits
-
Use get/post instead of match on routes
-
[ci skip]
-
Dont use ^ and $ on email_regexp
-
Unfuddle issue tracker was the only one using Taskmapper, Instead we can use a simple ActiveResource implementation for it
17 Oct, 2013
3 commits
-
Also update some rails dependencies on .lock file
15 Oct, 2013
4 commits
-
Change 'hoptoad_notifier' to 'airbrake'.
-
The page to create an apps failed. Fix #586
14 Oct, 2013
10 commits
-
Update devise to 3.1.1, and remove token_authenticatable module
-
[ ci-skip ]
-
Avoid define the RUBY_VERSION in Gemfile if CI
-
This case is need to avoid failure on rake assets:precompile if no ENV are define like in heroku See #461
12 Oct, 2013
4 commits
-
Update README.md
-
Yet another php library. Fully OOP with PHP Coding Standards Based on flippa one but tested and integrated with travis-ci and workig with errbit dev-master.
-
Add capabilities to addmin to regenerate the API key of his app
-
Remove Observers
11 Oct, 2013
2 commits
-
Rails 4 and Mongoid 4 dont have Observers anymore, so we should remove them to make easier future migrations
-
In the file config/initializer/secret_token.rb, there are an advice to replace this file by a generate file. It's better to avoid it and generate a new one instead require before this one See #580
10 Oct, 2013
1 commit
-
Organize Procfiles
09 Oct, 2013
3 commits
-
Update Gemfile [ci skip]
-
[ci skip]
-
Add a dev Procfile, so people can run puma locally: foreman start --procfile=Procfile.dev Make the default Procfile use unicorn, so we use it on Heroku
08 Oct, 2013
2 commits
-
Allow Heroku to access ENV variables during asset compilation
-
run only one server on foreman
05 Oct, 2013
1 commit
03 Oct, 2013
2 commits
-
Now the api_key of app can be regenerate. In previous this api-key can't be regenerate by the web front. To regenerate this api_key you need go to the edit app page. See #547
-
Treat request URL as CDATA so query string params don't result in invalid XML