Sunday, August 31, 2008

Flex On rails

Hi all

With the increasing number of sites being made in RIA - Rich Internet Applications many people have adopted Rails + Flex for make a Rich Internet Application.

There is a very gr8 plugin or code available on code.google.com known as ruby on rails ria sdk by adobe. Here is the url for it

http://code.google.com/p/rubyonrails-ria-sdk-by-adobe/

The Ruby on Rails RIA SDK by Adobe provides developers with samples and code to help develop solutions with Ruby and Adobe technologies. The SDK includes open source code created by third parties as well as samples and demos that have been created by project members.

You can download an initial .zip file containing all the files using the Download link on the right hand side, or you can check out the code via SVN by clicking on the 'Source' tab on the top of the page.

This will help you to get things going and working with Rails + Adobe technology.


Hope this helps

Thanks

Dhaval Parikh
Software Engineer
Ruby on Rails
http://www.dhavalparikh.co.in

Wednesday, August 20, 2008

Latest RoR plugins

Hi all

I am creating this post for all those who wants to get updated regarding whats demanding in RoR and which are the new plugins which will eventually make their coding easier and faster...

So as and when i will come across such link or sites or plugins I will be updating so keep visiting this page...

Also I might have implemented these plugins and would be tested..so if you have any problem in implementing them do write a mail to me.


1) Dynamic Tags with RoR :- Tagging for faster search

http://agilewebdevelopment.com/plugins/dynamically_tags and http://blog.jasoncrystal.com/2008/08/17/rails-plugin-dynamically_tags/

2) Open id integration with Rails :- A plugin that makes openid super simple.

http://github.com/madnificent/openid_enabled/wikis


3) Google Sitemap :- A google sitemap plugin for rails websites. It generates dynamic sitemaps based on your models and named routes. It has a full mvc stack that you can configure.
http://agilewebdevelopment.com/plugins/sitemap
http://gethandcrafted.com/

4) attachment_fu_app_engine : - Extension for AttachmentFu (http://github.com/technoweenie/attachment_fu) which uses the Google App Engine for storage and image resizing. Allows you to add or change thumbnail sizes without migrating previous data and removes the need to install ImageMagick.

Here are few new additions which I found useful have a look @ them

1) RQuote :- Gets realtime stock quotes from Yahoo Finance.

http://github.com/johnyerhot/rquote/tree/master download and njoi very easy to implement

2) Mobile_fu :- If Want to automatically detect mobile devices that access your Rails application? Mobile Fu allows you to do just that. People can access your site from a Palm, Blackberry, iPhone, Nokia, etc. and it will automatically adjust the format of the request from :html to :mobile.

script/plugin install git://github.com/brendanlim/mobile-fu.git

3) Act As nice url :- This acts_as extension provides the
capabilities for creating a nice url based on an attribute of the current object.
You can set / unset the object id in front of the URL and choose the object
attribute to use to generate the URL.
more to go.. Even you can post good plugins which are new by commenting on this post

Thanks

Dhaval Parikh
Software Engineer
Ruby on Rails
http://dhavalparikh.co.in