51
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 04, 2024 — Jan 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updates The exceptions controller so it doesn't inherit from application. Updates the merb-auth package so it does not rely on knowing in advance which Exceptions controller it is. i.e. inheriting from Applicaion or Merb::Controller. Sorts http://merb.lighthouseapp.com/projects/7435/tickets/289 More... over 16 years ago
Adds back a commented out bootloader. Need this to match other than post and get methods o.O More... over 16 years ago
Adds the ability to pass strategies to ensure_authenticated and authenticate as either class or string. If passed as a string, the class will be looked up under Merb::Authentication::Strategies. For example. For Merb::Authentication::Strategies::MyStrategy you would pass the string authenticate(MyStrategy) The strategy _must_ be namespaced to Merb::Authentication::Strategies if it's to be passed as a string. More... over 16 years ago
Documentation update for merb-auth More... over 16 years ago
Merge branch 'mklishkin-active'
wycats
as Yehuda Katz
More... over 16 years ago
Use frozen strings/regexps on the 'hot path' where possible. More... over 16 years ago
Merge branch 'mklishkin-active' into active
wycats
as Yehuda Katz
More... over 16 years ago
A typo. More... over 16 years ago
Did not mean to commit this hunk. More... over 16 years ago
Add before_worker_shutdown and before_master_shutdown hooks. More... over 16 years ago
fixed merb-gen specs after latest changes More... over 16 years ago
Adds a salted user mixin for relax_db as per http://merb.lighthouseapp.com/projects/7435/tickets/279 More... over 16 years ago
Addresses the issue with anonymous before filters and freezing the slice. Also removes the ensure_authenticated on the logout method. Addresses http://merb.lighthouseapp.com/projects/7433/tickets/591 and http://merb.lighthouseapp.com/projects/7435/tickets/282 More... over 16 years ago
Fixes a globbing issue on the merb directory as per http://merb.lighthouseapp.com/projects/7433/tickets/586 More... over 16 years ago
Setting malformed params[:_message] is ignored silently.
msq
as Michal Bugno
More... over 16 years ago
Setting malformed params[:_message] is ignored silently.
msq
as Michal Bugno
More... over 16 years ago
optimized the request specs generated as well as added a rake task to run requests specs More... over 16 years ago
merb-exceptions fixes by monki Signed-off-by: Matt Aimonetti <[email protected]> More... over 16 years ago
merb-exceptions fixes by monki Signed-off-by: Matt Aimonetti <[email protected]> More... over 16 years ago
merb-exceptions fixes by monki Signed-off-by: Matt Aimonetti <[email protected]> More... over 16 years ago
merb-exceptions fixed by monki Signed-off-by: Matt Aimonetti <[email protected]> More... over 16 years ago
merb-exceptions fixed by monki Signed-off-by: Matt Aimonetti <[email protected]> More... over 16 years ago
merb-exceptions fixed by monki Signed-off-by: Matt Aimonetti <[email protected]> More... over 16 years ago
inject a resource route in the router when generating a new resource More... over 16 years ago
fixed a typo in the generated user class More... over 16 years ago
Fixes a typo in the redirect_back_or helper More... over 16 years ago
Part of a rebase More... over 16 years ago
Use ParseTree 2.1.1 for action-args: 2.2 has no native binary for Windows. More... over 16 years ago
merb-gen: replaced all comments from config/dependencies.rb by a wiki link and added a comment about strict versioning. More... over 16 years ago
another forking fix :/
wycats
as Yehuda Katz
More... over 16 years ago