Posted by kiwinewt on 8 November, 2009
Today I asked in #rubyonrails: How can I have a model with a text field and have that text field in multiple languages?
Epic thanks to Radar for the answer:
http://frozenplague.net/2009/11/scoping-by-locales/
Filed under: Linkage, RoR, Technology No Comments »
Posted by kiwinewt on 29 September, 2009
I know I always promise to do update posts, but this isn’t one of those.
Just over the last few days, I have been setting up a new server. Over on SliceHost. Yeah. I have found many issues running my Ruby on Rails apps over on DreamHost (like the fact that DreamHost won’t give you enough [...]
Filed under: RoR, SliceHost, Technology No Comments »
Posted by kiwinewt on 30 January, 2009
Why does RoR not support multi-table inheritance? Theres no way at all (apart from an obscure plugin that noone knows how to use) to get it working without writing SQL views and such, which just gets messy.
It should not be so hard!
Filed under: Code, Rant, RoR No Comments »
Posted by kiwinewt on 19 January, 2009
Currently working on a project that I really dont want to be doing any more on now…
So, from Procrastinators-r-us:
user = User.new(:username => “Frankie”, :password => “Fishy”, :password_confirmation => “Fishy”, :email => “frankie@fishlovers.com”, :first_name => “Frank”, :last_name => “EnStein”)
Filed under: Code, Rant, RoR, Testing No Comments »
Posted by kiwinewt on 13 January, 2009
For future reference…
With the later version of Rails, you can reload your models and controllers with the following command. Be sure to recreate any instances of your models as they will still be using the old class
reload!
Filed under: Code, RoR No Comments »
Posted by kiwinewt on 13 August, 2008
As many will know, I have started on my final project for my BICT – Working in Ruby on Rails.
Its Fun (Yes, with a Capital F)
Its interesting
It is easy to transition to
The only problem Im having is working out where to put stuff, and how to integrate the AJAX side of it… :S
In other news, [...]
Filed under: RoR No Comments »