Category Archives: Ruby on Rails

The Ruby on Rails Rich Internet Application Software Development Kit by Adobe

Or RoRRIASDK, say that ten times fast!
The kit features six examples – and growing – of Flex/Fash with Ruby on Rails goodness including my Flash Remoting with Rails MP3 player tutorial. Big Ups to Mike Potter of Adobe for setting up the SDK and allowing me to contribute to it.
There’s also an Adobe PHP SDK [...]

Scale Flash Text When Users Change Their Browser Preferences

Aral Balkan has the details and links
Things kicked off on Sunday, when Niqui Merret posted a simple and generic solution for making Flash movies scale when users change their browser text size preferences. This is a great solution because it is very simple to implement and works with existing Flash movies.

Calling All Flex/Flash and Ruby on Rails Developers

We have a ton of work right now and are looking for freelance Rails and Flex/Flash developers.
I’d prefer that you have a computer science/software engineering background but it’s not mandatory (I’m a self taught programmer so I know it’s possible).
One project is a very large ecommerce store (large in the number of products) and the [...]

Convert Images with Flex and Ruby on Rails

flexonrails.net has an example of a Flex and Rails image converter that uses Rmagick to convert images into numerous file formats (jpg, png, bmp, gif, pdf, eps). You can upload multiple files, convert them, and then download the converted files in a zip file, there’s also a progress bar for the upload and download progress.
I [...]

Ruby on Rails Order by Associated Model

Grouping information helps users traverse your app in a much faster manner (and thus be more productive which leads them to rave about your mad skills to their friends and refer you more work!). Today I was building a website for a gallery and needed to show the list of artwork entered into the system. [...]

Yahoo! Ruby Developer Center

Not sure how I missed it but on the same day Yahoo! launched the Flash Developer Center the also launched a Ruby Developer Center as well!

Flash/Flex Remoting and Disabling Rails Sessions

The things that make web development with Ruby on Rails so easy, and dare I say fun, can also sometimes get in the way or cause unexpected problems (not fun). Rails sessions are generated automatically which is cool if you need sessions for say a shopping cart app. However if you don’t need sessions, or [...]

Mask Credit Card Numbers with Regular Expressions in Rails

Sometimes you need to display sensitive information in a browser, such as the credit card a customer has on file. Obviously you don’t want to show the entire card number in case the customer leaves there browser open on a public computer, or even worse someone hacks into their account. However, you do need to [...]

Visual Web App Design

My web application planning usually includes the outline from the client proposal as a feature list and a series of hand drawn diagrams (with many eraser marks), sometimes the diagrams where converted to adobe illustrator documents if the app was complex enough that the client needed to see the app flow before we begin building. [...]

Multiple File Upload with Flash and Ruby on Rails

I’m going to prefix this tutorial by declaring my love for AJAX to preempt a Flash vs Ajax war. I use AJAX daily, it’s a great tool, the sun shines out it’s arse, etc. But sometimes Flash is just the better tool for the job. I’m going off on a tangent here but many problems [...]