18 Nov. 08 at 11:00 pm
When I first released both ArabicHelper and SimplySearchable I didn’t have any tests for them because I didn’t know the right way to write those tests. After doing some digging and looking at other plugins tests I found out how, and I’m sharing that here with you.
Specifically for ActiveRecord extensions you need a database and [...]
5 Nov. 08 at 6:27 am
Update 1:Associations support has been implemented.
Almost a year ago I released SimplySearchable plugin to help me implement the filtering options of restate.ae and during this year I’ve been updating it regularly until it become something completely different so I did a quick rewrite, moved all the logic to the model, moved the repository to github [...]
28 Oct. 08 at 1:41 pm
The third DemoCamp in Dubai, United Arab Emirates will take place at the Radisson SAS in Dubai Media City on October 28th at 7:30PM. We took a break after the second DemoCamp in Dubai for the slower summer months and for Ramandan; therefore, we are happy to announce that we were able to reserve the [...]
12 Oct. 08 at 6:57 pm
After working on several Ruby on Rails projects in Arabic lately I ended up repeating some functionality to support Arabic localization, specially on the Model and View levels so I decided to create a plugin for that, and I called it ArabicHelper.
I’ve been also following the updates in rails-I18n and did some work on the [...]
7 Feb. 08 at 12:25 pm
Thanks to Abdullah Al Muheiri (aka serdal), I will have the chance to give a talk case studying restate.ae today at the Emirates Internet Group.
I know it’s a bit late to announce the talk, but my fault was in not announcing it unless restate.ae new design is up; well, the new design implementation took longer [...]
28 Dec. 07 at 9:11 pm
I’ve been using Haml in every project I’ve been working on in the last couple of months. I really encourage every Rails developer to start using it because it really makes your life easier and keep you away from the ugly erb code.
Of course if you are using Textmate, you will immediatly ask for a [...]
28 Jul. 07 at 2:52 am
Few days ago Cloves Carneiro Jr. my partner and co-founder in SpinBits got his first book out, . It’s a Rails book, published by Apress and co-authored with Jeffrey Allan Hardy, the man behind Quoted Printable, and Hampton Catlin the one behind HAML the famous templating engine for Rails..
If you follow Ruby and Rails blogs [...]
24 Jun. 07 at 8:54 pm
It is always exciting to see more of Ruby and Rails here in the Middle East and specifically in Dubai, UAE. Since our first (and only) RailsUAE meetup six months ago we didn’t have much activities, but now with the Google Group and its active members, we start having more discussions and what’s more important [...]
17 Jun. 07 at 1:18 pm
Today June 17th, we at SpinBits are proud to announce the launch of restate.ae, the web application that expresses our vision in creating quality web application for the region.
restate.ae is a real estate portal for the city Dubai, but it’s not just another portal out there, it’s built from our need to be able to [...]
5 Apr. 07 at 5:27 am
Here is a quick scenario.. You have over 200 tests and 800 assertions for your Rails application and you always run them before every subversion commit, but because you love tests so much or maybe you’re doing some TDD you want these tests to be running all the time.
You need ZenTest and its [...]