summaryrefslogtreecommitdiff
path: root/Gemfile
AgeCommit message (Collapse)Author
2016-03-28upgrade: downgrade rake to 10.xAzul
11.x will complain a lot about rails 3.2 code. We can upgrade when we upgrade rails itself.
2016-02-02use RUBY_VERSION instead of :platform for Gemfile (since jessie has a really ↵elijah
old bundler)
2016-01-31vendor certificate_authority, because travis does not like pulling it from ↵elijah
github.
2016-01-31travis ci does not support :platform => :ruby_22, so remove for now.elijah
2016-01-31enable byebug for testselijah
2016-01-10Merge branch 'remove_couponcode' of ↵elijah
https://github.com/Alster-Hamburgers/leap_web into remove_couponcode # Conflicts: # lib/tasks/invite_code.rake
2015-10-13Remove Coupon Code gem from Gemfileankonym
2015-10-05fixed gem fileclaucece
2015-10-05add test to payments and subscriptionsclaucece
2015-10-05implemented the form and the generateclaucece
2015-09-28assign random invite code when creating new invite codesankonym
2015-09-28Added 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-06Bump therubyracer to 0.12.2Klaus 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-15added CommonLanguages gemelijah
2015-04-30added support for email notifications of ticket changeselijah
2015-04-20fixed warnings that gems are defined multiple times in Gemfileelijah
2015-04-15only include uglifier gem in production mode (to compile assets)elijah
2015-03-17remove bundle group assets, since we don't precompile anywayelijah
2015-03-17add support for rotating tokens and sessions databases, and for a special ↵elijah
tmp db for test users.
2015-01-28do not require a database when running `rake assets:precompile`elijah
2014-12-19gemfile: move things around, but same gems. added debug group to travis ↵elijah
doesn't try to install debugger.
2014-12-19gemfile: rails to 3.2.21, haml-rails to 0.4, disable coffee-rails, ↵elijah
bootswatch-rails, haml, and json.
2014-07-17cuke: drop jsonpath, use simple keys insteadAzul
Also fixed the test for login_required
2014-07-14use cucumber; initial ConfigsControllerAzul
2014-06-17support for optional gems in Gemfile (engines/ and config/customization/gems/)elijah
2014-05-26use i18n.missing_translationsAzul
This will print missing translation keys at the end of the tests
2014-05-14upgrade rails to 3.2.18 for security fixesAzul
2014-04-11move engines into engines directoryAzul
Also renamed help to support so it's harder to confuse it with documentation
2014-04-10move certs into toplevelAzul
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-08moving users: dependenciesAzul
2014-04-08move all dependencies into GemfileAzul
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-08moving all of core into toplevel, tests fail.Azul
2014-01-22remove 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-29Return '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-22locale 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-20fixed billing tests (added dummy billing hash to config, include required ↵elijah
testing gem phantomjs-binaries)
2013-12-20enable billing engine by default, consolidate APP_CONFIG[:payments] and ↵elijah
APP_CONFIG[:braintree] into APP_CONFIG[:billing][:braintree]
2013-10-18use https sources in Gemfiles and also in the documentation (#4109)Azul
2013-08-27Not 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-22Disable billing for pull request.jessib
2013-08-12more integration tests for billingAzul
2013-07-17billing: integration test creating customerAzul
2013-07-17use fake_braintree, fix and test customer with braintree infoAzul
2013-07-17Start to branch using braintree to process credit card payments.jessib
2013-02-27use debugger for ruby 1.9 - not supporting 1.8.7 anymoreAzul
ruby-debug breaks with 1.9 debugger breaks with 1.8.7
2013-02-09use couchrest_session_store 0.0.7Azul
2013-02-08working around bundler not finding the pushed gemAzul
2013-02-06make sure we use certificate_authority version 0.2.0Azul
2012-11-02add debugger for ruby 1.9 so it works too.Azul
2012-10-11Merge branch 'develop' into help_developjessib
Conflicts: .gitignore