All entries tagged with github

One Train Working stop the intermittent InvalidAuthToken error!

I can't figure out why the Rails core team hasn't fixed this yet...

The form_authentication_token is composed of Base64 and it kills some Internet Explorer non-Browsers when the Base64 contains '=', '+' or '/' (which happens with Base64 sometimes).

The token is generated using ActiveSupport::SecureRandom. It hands out a method called base64(). And, here is the surprise, it also hands out a method called hex(). Why the core team hasn't changed the base64(32) to hex(32) some odd releases of Rails ago is beyond me.

[...]

Easy Auth Make authentication simple

...that was the goal.

I had a glance over at this lil' comparison when I was looking for a good authentication plugin (I like plugins, they save me code writing) and I gloomed.

All I wanted was something to authenticate a user with. Something that has knowledge of a username and password and can combine the two together so that you can say; "That girl at the other end is Alice after all".

[...]

Playfull morning Thomas, rails and git

Was out early this morning (or rather the kids where up and it was Jenny's turn to keep the bed warm) and as they where multitasking between playing and watching Thomas the Tank Engine and Friends I was having a critical second look at the new me (or rather the business presentation of me called website).

I fixed some stuff (see http://github.com/coffeeaddict/simplic.it/commits/master) and am still amazed with the ease the Rails run.

[...]

Effigy brilliant plan needs work

I was browsing through my lost tweets and found this tweet by Mojombo, promoting this wonderful idea called Effigy.

I am wonderfully amazed by the simplicity of the concept and wonder why I it hasn't been done before (although Wicket does something similar). It gives true power to the View as seen as part of an MVC framework. The view tends to clutter with Control stuffs, but Effigy might have a good chance of stopping that.

I had to try it immediatly; and hooray! It works!

[...]




π