-
Which JS Unit Testing framework?
Full article is at unboxed page. Continue reading
-
Working for unboxed
I start working for Unboxed Consulting at May 2010. Because we have got company blog I’m going to write more of my articles there, but this will be place where you can see the articles before official release date. Continue reading
-
Proper error messages on rails
In order to have proper validation error messages on the web page I want to specify what the message will look like. Problem is that if you set validation message in your Person model like this: validates_format_of :email, :with => /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})\Z/i, :message => ‘invalid e-mail address’ you get on you page error message like this:… Continue reading