Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-14 | upgrade rails to 3.2.18 for security fixes | Azul | |
2014-04-11 | move engines into engines directory | Azul | |
Also renamed help to support so it's harder to confuse it with documentation | |||
2014-04-10 | move certs into toplevel | Azul | |
cleaned up all the engine stuff that was never really used. Afterwards there is not that much left that makes it into the toplevel. | |||
2014-04-08 | moving users: dependencies | Azul | |
2014-04-08 | move all dependencies into Gemfile | Azul | |
We used to keep them separated so one could require some engines without using the full webapp. We've never really supported this though and probably never will. | |||
2014-04-08 | moving all of core into toplevel, tests fail. | Azul | |
2014-01-22 | remove manual 'gem minitest'. this seems to confuse the tests, which seem to ↵ | elijah | |
work best with the minitest that comes with ruby 1.9. | |||
2013-12-29 | Return 'provider.json' via a controller, to better be able to control the ↵ | elijah | |
response headers (in particular, 'X-Minimum-Client-Version'). It must now be placed in config/provider/provider.json | |||
2013-12-22 | locale prefix support: | elijah | |
* set locale based on request header * enforce locale path prefix when current locale is not the default * note: don't use root_path anymore, instead use home_path | |||
2013-12-20 | fixed billing tests (added dummy billing hash to config, include required ↵ | elijah | |
testing gem phantomjs-binaries) | |||
2013-12-20 | enable billing engine by default, consolidate APP_CONFIG[:payments] and ↵ | elijah | |
APP_CONFIG[:braintree] into APP_CONFIG[:billing][:braintree] | |||
2013-10-18 | use https sources in Gemfiles and also in the documentation (#4109) | Azul | |
2013-08-27 | Not ideal way to do it, but was proving complicated to have a config file ↵ | jessib | |
specify which gems for which environments. Here, we have the billing gem included for the development and test environments only, hardcoded in the Gemfile. Then we show the links to billing based on a config file setting. The setting itself could be used to specify different types of billing, but isn't yet. | |||
2013-08-22 | Disable billing for pull request. | jessib | |
2013-08-12 | more integration tests for billing | Azul | |
2013-07-17 | billing: integration test creating customer | Azul | |
2013-07-17 | use fake_braintree, fix and test customer with braintree info | Azul | |
2013-07-17 | Start to branch using braintree to process credit card payments. | jessib | |
2013-02-27 | use debugger for ruby 1.9 - not supporting 1.8.7 anymore | Azul | |
ruby-debug breaks with 1.9 debugger breaks with 1.8.7 | |||
2013-02-09 | use couchrest_session_store 0.0.7 | Azul | |
2013-02-08 | working around bundler not finding the pushed gem | Azul | |
2013-02-06 | make sure we use certificate_authority version 0.2.0 | Azul | |
2012-11-02 | add debugger for ruby 1.9 so it works too. | Azul | |
2012-10-11 | Merge branch 'develop' into help_develop | jessib | |
Conflicts: .gitignore | |||
2012-10-11 | moved core dependency into */Gemfile with :path | Azul | |
In order to get the rails generators and the like to work properly in engines we need to require all the dependencies in the engine.rb file. Since I want to keep that list of engines in a centralized place we still need core and we need to require it from the other engines. We don't want to require the core gem to be installed so I added it with :path option to the Gemfile. | |||
2012-10-11 | first steps at reducing core | Azul | |
2012-10-08 | Want to include help engine for help_develop branch. | jessib | |
2012-10-05 | enable therubyracer so we have a js runtime | Azul | |
2012-10-05 | removing leap_web_help for version 0.1.0 | Azul | |
2012-10-05 | adding mocha for tests | Azul | |
2012-10-01 | Moving start to help engine to live within leap_web repo rather than ↵ | jessib | |
independent engine repo. | |||
2012-09-27 | using the local path for development | Azul | |
this way you do not need to build a gem for changes to take effect. | |||
2012-09-27 | Adding in what used to be leap webapp demo | Azul | |
we're merging repositories into one |