The World of Mayukh Bose

<< Back to Main Page Mayukh's world: e-mail me | about
Mayukh's World: Free Ruby Software Monday, June 05, 2023
My Ruby Code
  • Filtering with auto_complete
  • Migrating Rails
  • My Free Software
  • Delphi/C++ Builder
  • Pocket PC
  • FreeSpeech Chat
  • C/C++ Freebies
  • Perl
  • Python
  • Ruby
  • Ruby Tutorials and Software e-mail me

    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.