summaryrefslogtreecommitdiff
path: root/core/leap_web_core.gemspec
AgeCommit message (Collapse)Author
2014-04-08moving all of core into toplevel, tests fail.Azul
2013-12-13proceed even if the couch is unreachableAzul
* in case the user has a session id, keep it but proceed without a session * in case we can't initialize the models proceed * if APP_CONFIG[:reraise_errors] is set we'll crash instead in the latter case default to reraise errors in dev and test environments.
2013-12-12use the latest couchrest_session_storeAzul
This one does not use our own error class for connection issues anymore. We'll remove that class in the next commit. So let's not rely on it.
2013-12-09update couchrest session store and Gemfile.lockAzul
This will fix the crash when loading the landing page without a couch connection.
2013-11-21rake tasks clean up expired tokens and sessions (#4568)Azul
2013-10-09Fix couchrest model migrations to work with latest versionAzul
Also we now depend upon couchrest model ~> 2.0.0. The beta2 still has the old naming scheme for CouchRest::Model::Utils::Migrate
2013-09-17use new couchrest session store - expire after 30minAzul
2013-07-17require couchrest_session_store 0.1.3 - fixes updating the sessionAzul
2013-07-17billing: fix integration testAzul
This actually required three little fixes: * couchrest_session_store updated to 0.1.2 to make sure we store sessions * use BraintreeTestApp to proxy braintree requests that RackTest assumes are local * do not attempt to read status after a capybara request Also refactored the test a bit to set @user and login during setup.
2013-02-09prerelease version of couchrest_session_storeAzul
2013-02-09use at least couchrest_session_store 0.0.8Azul
2013-02-09use couchrest_session_store 0.0.7Azul
2013-02-08make sure we use at least rails 3.2.11Azul
2013-02-07use latest couchrest session store - this one actually worksAzul
2013-02-05use the latest couch rest session storeAzul
and actually use it - initializer was broken before
2012-10-11first steps at reducing coreAzul
2012-10-08use couchrest session store in core, updated dummy pathAzul
2012-10-08enabling rake gem in engines, using LeapWeb::Version all over the placeAzul
2012-09-27added in leap web core - merging reposAzul