|
Ruby Software
Ruby is a fairly new programming language, which has some very interesting features. I've
recently started playing around with it, as well as Ruby on Rails. Here are some
articles/code that I've put together (more coming soon :). Please note that all the code is
released under a BSD-style license.
- Doing more with text_field_with_auto_complete - Learn how to use the
auto-complete features with rails. Discover how to limit and filter the drop-down choices based on values
of other fields. Learn how to query more than one table for your results and use WHERE conditions to limit
the available choices
- Migrating Rails to a new server - Learn the pitfalls of migrating to a new
rails server, from someone who learned the hard way.
|
|