stffn (Steffen Bartsch)

Name
Steffen Bartsch
Email
Website/Blog
http://steffenbartsch.com/blog
Company
TZI. Universität Bremen
Location
Bremen, Germany
Member Since
Aug 14, 2008 (about 1 year)

Following 2 githubbers and watching 15 repositories view all →

Public Repositories (3)

  • declarative_authorization

    An authorization Rails plugin using a declarative DSL for specifying authorization rules in one p...

    legend

    Last updated Fri Nov 20 08:13:26 -0800 2009

  • decl_auth_demo_app

    Demo Rails application that uses declarative_authorization

    legend

    Last updated Wed Nov 18 02:03:43 -0800 2009

  • prototype

    Prototype JavaScript framework

    legend

    Forked from sstephenson/prototype Mon Nov 03 07:19:36 -0800 2008

    Last updated Sun Oct 26 14:20:31 -0700 2008

Public Activity feed

stffn commented on dgm/declarative_authorization Sat Nov 21 03:03:31 -0800 2009
Comment in 9d0f811:

On second thought: doesn't create try to write to database?

stffn pushed to master at stffn/declarative_authorization Fri Nov 20 08:13:26 -0800 2009
HEAD is 907255af13a710b4683ee8ce86acf95977a53860
  • stffn committed 907255af:
    Fixed bug with AR proxy not === Enumerable
stffn pushed to master at stffn/decl_auth_demo_app Wed Nov 18 02:03:43 -0800 2009
HEAD is 2e4db6b520834b5c1d68d762598da100d6026952

3 commits »

stffn closed issue 3 on stffn/declarative_authorization Tue Nov 17 11:11:22 -0800 2009
Support for controller namespaces
stffn closed issue 12 on stffn/declarative_authorization Tue Nov 17 11:09:51 -0800 2009
Again: Unnessecary db query in conjunction with named_scope
stffn pushed to master at stffn/declarative_authorization Tue Nov 17 11:09:50 -0800 2009
HEAD is 4ade8a47c889ff18411ec50b1c92b6df9e2b041d
  • stffn committed 4ade8a47:
    Fixed another unnecessary query -- those AR proxies really are brittle. Closes #12
stffn pushed to master at stffn/declarative_authorization Tue Nov 17 09:06:53 -0800 2009
HEAD is 23f398329ea62a33a8ee3fa95d873c6de37ff8c6
  • stffn committed 23f39832:
    Added link to Ryan's screencast and straightened README intro
stffn created tag rel_0_4 at stffn/declarative_authorization Sun Nov 15 07:33:53 -0800 2009
stffn pushed to master at stffn/declarative_authorization Sun Nov 15 07:31:06 -0800 2009
HEAD is ae95c8a87ec2914872da728d403ef4ab0e93d2fb

6 commits »

stffn closed issue 9 on stffn/declarative_authorization Fri Nov 06 02:11:51 -0800 2009
Why cant use Hash as an attribute value for Array attributes?
stffn closed issue 10 on stffn/declarative_authorization Fri Nov 06 02:09:57 -0800 2009
Push gem to gemcutter
stffn commented on murbanski/declarative_authorization Fri Nov 06 02:09:15 -0800 2009
Comment in 243a978:

Thanks for the patch. What case exactly is fixed by the patch? Singularize shouldn't normally be necessary on classify. Can you add a failing test?

stffn commented on blinklys/declarative_authorization Fri Nov 06 02:06:40 -0800 2009
Comment in 9ccdcc6:

Just from looking at the code, I can't see the bug that is fixed here. Do you have a failing test for that fix?

stffn pushed to master at stffn/declarative_authorization Fri Nov 06 01:57:43 -0800 2009
HEAD is 3ca12e34a8eadc1d775cfc7ecc76b40853052829

3 commits »

stffn pushed to master at stffn/declarative_authorization Mon Oct 12 13:42:58 -0700 2009
HEAD is c6ee88ec3e1ebb617d496f89f6fdc128f66b6743

2 commits »

stffn pushed to master at stffn/decl_auth_demo_app Mon Oct 12 13:42:47 -0700 2009
HEAD is efc75bcbbb72f150e434043b21a31f286e474760
stffn started watching matthewvermaak/sanction Wed Oct 07 00:29:11 -0700 2009
sanction's description:
A role based permissions authorization system for Ruby on Rails.
stffn closed issue 8 on stffn/declarative_authorization Mon Oct 05 01:01:56 -0700 2009
has_role? fails on guest user
stffn pushed to master at stffn/declarative_authorization Mon Oct 05 01:01:56 -0700 2009
HEAD is c6633adf5b8666812cbb279ce64eba3b7f3b095e
  • stffn committed c6633adf:
    Fixed has_role? for guest user. Closes #8