Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-02 | upgrade: migrate config | Azul | |
environment.rb boot.rb application.rb -> adopted according to http://railsdiff.org/3.2.22.2/4.2.6 Also dropped quite_assets - not sure if this is still needed with rails 4.2. If it is we can bring it back. | |||
2016-05-02 | upgrade: add responders gem as a stopgap meassure | Azul | |
respond_with is discouraged. | |||
2016-05-02 | upgrade: couchrest 2.0.0.rc3 couchrest model 2.1.0.beta2 | Azul | |
The latter supports Active Model >= 4.1 | |||
2016-05-02 | upgrade: use recent gems - broken | Azul | |
We can move to rails 4.2 with client_side_validations 4.2, simple_form 3.2 and bootstrap 3 Now we only need to migrate to these new dependencies. ;) | |||
2016-04-27 | upgrade: couchrest_session_store to 0.3.1 | Azul | |
Display home even if couch is down. | |||
2016-03-20 | upgrade: downgrade rake to 10.x | Azul | |
11.x will complain a lot about rails 3.2 code. We can upgrade when we upgrade rails itself. | |||
2016-02-02 | use RUBY_VERSION instead of :platform for Gemfile (since jessie has a really ↵ | elijah | |
old bundler) | |||
2016-01-31 | vendor certificate_authority, because travis does not like pulling it from ↵ | elijah | |
github. | |||
2016-01-31 | travis ci does not support :platform => :ruby_22, so remove for now. | elijah | |
2016-01-31 | enable byebug for tests | elijah | |
2016-01-10 | Merge branch 'remove_couponcode' of ↵ | elijah | |
https://github.com/Alster-Hamburgers/leap_web into remove_couponcode # Conflicts: # lib/tasks/invite_code.rake | |||
2015-10-13 | Remove Coupon Code gem from Gemfile | ankonym | |
2015-10-05 | fixed gem file | claucece | |
2015-10-05 | add test to payments and subscriptions | claucece | |
2015-10-05 | implemented the form and the generate | claucece | |
2015-09-28 | assign random invite code when creating new invite codes | ankonym | |
2015-09-28 | Added an 'invite code' to all the tests for the sign-up form so we have a ↵ | Aya Jaff | |
valid user for the tests again | |||
2015-08-06 | Bump therubyracer to 0.12.2 | Klaus Fl | |
therubracer 0.10.2 has problems with compiling libv8 on OSX[1]. Updating the dependency resolves the issue. [1]: https://stackoverflow.com/questions/19630154/gem-install-therubyracer-v-0-10-2-on-osx-mavericks-not-installing | |||
2015-06-15 | added CommonLanguages gem | elijah | |
2015-04-30 | added support for email notifications of ticket changes | elijah | |
2015-04-20 | fixed warnings that gems are defined multiple times in Gemfile | elijah | |
2015-04-15 | only include uglifier gem in production mode (to compile assets) | elijah | |
2015-03-17 | remove bundle group assets, since we don't precompile anyway | elijah | |
2015-03-17 | add support for rotating tokens and sessions databases, and for a special ↵ | elijah | |
tmp db for test users. | |||
2015-01-28 | do not require a database when running `rake assets:precompile` | elijah | |
2014-12-19 | gemfile: move things around, but same gems. added debug group to travis ↵ | elijah | |
doesn't try to install debugger. | |||
2014-12-19 | gemfile: rails to 3.2.21, haml-rails to 0.4, disable coffee-rails, ↵ | elijah | |
bootswatch-rails, haml, and json. | |||
2014-07-17 | cuke: drop jsonpath, use simple keys instead | Azul | |
Also fixed the test for login_required | |||
2014-07-14 | use cucumber; initial ConfigsController | Azul | |
2014-06-17 | support for optional gems in Gemfile (engines/ and config/customization/gems/) | elijah | |
2014-05-26 | use i18n.missing_translations | Azul | |
This will print missing translation keys at the end of the tests | |||
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 |