Ruby 1.9.1 Preview 2 has been released . Ruby is a dynamic, cross-platform, object-oriented language.
This release includes: support for 21 new character encodings, better handling of system stack overflows, faster process termination, support for long-style options in RUBYOPT, bug fixes, and other changes.
From: Ruby 1.9.1 Preview 2 Released...... [Show More]
MountainWest RubyConf 2009 has put out a call for proposals . The proposal submission deadline is December 31, 2008, with the conference being held on March 13 and 14, 2009, in Salt Lake City, Utah, USA.
From: MountainWest RubyConf 2009 Call for Proposals...... [Show More]
Ruby 1.9.1 preview1 has been released . Ruby is a dynamic, cross-platform, object-oriented language.
From: Ruby 1.9.1 preview1 Released...... [Show More]
If you need to disable the query cache in rails, it’s not particularly easy to do that.
There is some discussion about it (dated March 2008) here .
Although you can turn all caching off, and you can turn the query cache off explicitly in your code using uncached , there isn’t a way to turn just the query cache off globally at configuration time.
So, then, here’s the...... [Show More]
As an ex-DBA, one of the things that annoys me about Rails is that migrations don’t have a way of setting up referential integrity (I’m still using Rails 1.2.3, so this may have changed). But apart from that, I lurv Rails
Here’s some code I wrote to for adding and removing foreign key constraints on MySQL (using InnoDB, of course). There’s other code ou...... [Show More]
Depois de uma temporada de seca e um episódio solo, estamos de volta com o Rails Podcast Brasil. Neste episódio decidimos testar um novo formato, com apenas as noticias mais relevantes para o mundo do Rails.
Um episódio menor, mais direto e informativo. Acreditamos que nossos ouvintes procuram no podcast uma forma rápida de se manter atualizados com a plataforma de desenvolvimento que escolh...... [Show More]
Myself and many other people in the office have been getting this problem, particularly when using Applications like Textmate. I have finally found the answer to this thanks to a ruby-forum post .
Type type rails in your console to find out where Rails is stored. This will give you something like the following: rails is /usr/local /bin/rails .
Edit your .bash_profile file and add the path retur...... [Show More]
Welcome to the final part of my RailsConf Europe 2008 coverage. On the third day I attended Ruby and Rails Symposium: Versions, Implementations, and the Future , Genomes on Rails and Small Things, Loosely Joined and Written Fast . The keynote was a little bit disappointing, but the other talks were both inspiring, albeit in different ways.
Ruby and Rails Symposium: Versions, Implementati...... [Show More]
constantize with care Post Source: blog.littleimpact.de Posted: Aug 13 2008 15:10:39
The String#constantize method is a feature that makes rails fun to code with. This method converts a string to the constant that the string contains (or throws a NameError if there is no such constant). It makes it easy to store class-types in databases as strings and to code controllers that work with classes of the same duck type .
Most people know that eval on user data is dangerous, ...... [Show More]
Some Rails update force you to upgrade RubyGems? Welcome to the pain (or not quite) of solving those small annoyances with RubyGems… at least on Windows
‘gem updateR 12;system& #8217; is not really updating?
Sometimes RubyGems, like any software, get confused. Help him find it’s way. Becca Girl at ruby-talk found this problem (read it here ).
I sug...... [Show More]
Or, "Bigger is not Better".
I’ve learned to use Ruby and Rails over the last year and a half. Along the way I’ve been watching how the Rails core team evolves their project , and how Matz evolves Ruby . As a result, I’ve become more convinced of something I first started thinking about — but was always too timid to fight for — when I worked on Window...... [Show More]
At the suggestion of a fellow RoR Windows developer, we thought it is a good idea to create a separate group for RoR Windows developers seeing how Windows issues tend to be rather different than Linux. Here is the new group
http://gro ups.google .com/group /ruby-on-r ails-windo ws
I have also sent an email to the ruby-forum webmaster to add the group there. Please come and join us....... [Show More]
Ok, now that I have decided not to upgrade Ruby to 1.8.6, see Upgrading Ruby for details, I then moved onto upgrading Rails from 1.2.1 to 2.1, this is still on my Windows XP development machine which is treated like the bastard redheaded step child that it is Note that I have an existing app in Rails 1.2.1, in fact the app is frozen to Rails 1.2.1, and I have no plans of upgrading the app to R...... [Show More]
I ringraziamenti vanno a Carlos per la versione originale e alla comunità Ruby Italia per la traduzione.
La versione italiana è praticamente tradotta, ma è ancora da revisionare. Se volete partecipare ai lavori fate riferimento al wiki e al progetto su Github.
In modo analogo è partito dal forum un’iniziativa per creare della documentazione in italiano su git ....... [Show More]
Feeds and posts are not affliated with ://URLFAN. They are displayed here simply for informational purposes, if you would like to remove your feed please contact us.