summaryrefslogtreecommitdiff
path: root/users/lib/leap_web_users/engine.rb
AgeCommit message (Collapse)Author
2014-04-08move users: config and libAzul
2014-04-08moving all of core into toplevel, tests fail.Azul
2013-01-22some basic webfinger routes, controller, presenters, viewsAzul
2012-11-09seperated the warden classes from the initializerAzul
also commented the sessions controller test a bit and fixed it
2012-10-30using rails_warden bit of refactoringAzul
without rails_warden the failure app action was not getting set properly.
2012-10-30adding in warden with a basic strategyAzul
currently failing because we are not setting the content-type header.
2012-10-11moved core dependency into */Gemfile with :pathAzul
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-11first steps at reducing coreAzul
2012-09-27added in leap web users - one repo to rule them allAzul