0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 8 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix typo. More... over 14 years ago
Merge branch 'engines' More... almost 15 years ago
Hackery to make sure the right top level tab is selected. More... almost 15 years ago
Alter the features generator (since it has another generation related to rspec already) so that it correctly adds in additional methods to spec_helper that allow our specs to make user of login and login :administrator More... almost 15 years ago
Make the default title on the layout something a little more dynamic than 'title' More... almost 15 years ago
Remove the assumption that map.root will actually contain 'Log in' More... almost 15 years ago
Extend the namespacing for the controllers to belong to Rubaidh::Authentication::Controllers so future changes that extract model code out into modules can have an explict module namespace aswell and reduce the likelyhood of confusion. More... almost 15 years ago
Add an additional generator to the plugin that will copy across the default layout and user_mailer templates More... almost 15 years ago
Update the helper that generates the admin navigation to ignore cases where admin.root has been setup More... almost 15 years ago
Add a link to the password reset into the login form since it might be helpful More... almost 15 years ago
Add some page title variables that can be used for layout titles More... almost 15 years ago
whoopsy, forgot to change the session variable reference More... almost 15 years ago
Merge branch 'refactor/login_into_user' into engines More... almost 15 years ago
User.spawn doesn't work here because request_activation gets called after_create which will override the activation_code so we need to generate the object first, THEN add the activation code More... almost 15 years ago
Tweak text on cucumber More... almost 15 years ago
more progress More... almost 15 years ago
remove another login reference More... almost 15 years ago
remove login.username reference More... almost 15 years ago
more progress on fixing cucumbers to pass More... almost 15 years ago
start updating forms More... almost 15 years ago
Start updating the cucumber features so we can have some passing integrations again More... almost 15 years ago
bring the rspecs back up to a passing state More... almost 15 years ago
Fix up the test_login_as method in spec_helper More... almost 15 years ago
more fixing More... almost 15 years ago
remove username references More... almost 15 years ago
Fix up some broken specs in user model spec More... almost 15 years ago
fix up the user model testing a little More... almost 15 years ago
remove username from the user model since we have going to use the users email address More... almost 15 years ago
remove login exemplar from the generator More... almost 15 years ago
remove login spec file More... almost 15 years ago