yea,i have to say that when j2ee guys making rails conference successful."roy fielding" " the author REST concept", "dave thomas" one of the best known in ror...
The biggest surprise at RailsConf Europe 2007 was hearing Craig McClanahan from Sun speak. Craig is the creator of Struts,the original blockbuster web...
so far i know, lighthttpd is only supported on mac os, though many people suggested to use apache front with reverse proxy load balancer and a list of mongrel...
swi-rails team got couple of ruby & rails book for the first time. as earlier we had only pdf copy...no books still avilable here in the market on ror. reading...
these days i am having a lot of fun with Ruby on Rails. it seems to be like an open ground with lot of handful tools, now come up with ideas and build them up....
yesterday, i had a pretty rough working day, i was stucked (along with my team) with some simple joining. we had the following models - Attribute ———– ...
hi rails artists, why not count you in the common rails developer community. create your profile with http://workingwithrails.com/ NOW!! here is my profile - ...
i was refactoring our Item model, where we have 3 has_many with 3 mapping models. as we are not using InnoDB based foreign key constraint, we were searching ...
if i didn't mention that before, i should tell it now, here at somewhere in... <http://www.somewherein.net/> rnd team we are playing a lot with ruby on rails....
hi emon, nice finding, perhaps i had a look on this tool previously, at that time, i had no idea what it can do. now i feel it is time to check this out. ...
i was suppose to work on some of my other projects, but i passed my time by writing a simple aop implementation in ruby. it is neither powerful like AspectJ...
hi, sometimes it is very important to know which files were evaluated by ruby interpreter. here is the simplest way to make it possible - ruby -d "script" best...
i was trying to build a rails plugin. my project was in different directory so i symlinked the directory under "vendor/plugins/..". but i couldn't find it...
hi, here what luca guidi blogged on his blog - http://www.lucaguidi.com/pages/click-to-globalize this is pretty similar idea that we had these days. it seems...
hi, sometimes we want our object or instance variables should be immutable (none changeable). for example, if you have the following code - data = ["a", "b"] ...
here is how we have configured dynamic sub domain, where application determine the resource based on subdomain name. for example - test.mydomain.com, here...
hi, we just kicking start a new open source ruby project "mojar workflow". we named it after our deshi word "mojar" reason is very clear to spread out this...
hi, i was wondering why the following line of codes were written - i found it from action_controller/test_process.rb file. def self.included(base) # execute...
nice conversation from all of you guys, just explaining test driven development for those who get into this term recently. as you guys know whenever you are...