search for: mooooooooooo

Displaying 2 results from an estimated 2 matches for "mooooooooooo".

Did you mean: oooooooooooo
2011 Jun 03
0
valums ajax file upload + paperclip in Rails 2.x Options
...m using valums ajax file upload plugin(https://github.com/valums/file-uploader). Using this plugin, I have been able to upload these files working in my javascript and I am able to pass them as params. I have found a blog in which they have shown how to combine this plugin with paperclip.. http://mooooooooooo.wordpress.com/2010/12/03/paperclip-valums%E2%80%9.... This seems to be for a tutorial suggested for a higher Rails configuration.. I have around 5 months experience in Rails(kindly bear my being a novice) and I am not too sure on what exactly to tweak where to get things working for me.. Since I a...
2011 Jun 03
0
Rack Middleware support for Rails 2.0.2? If not what is the alternative to implement similar functionality in Rails 2.0.2..
Hello all, I am using Rails 2.0.2 and Ruby 1.8.7 and I need to make use of rack middleware for integrating an ajax file upload plugin(https:// github.com/valums/file-uploader) with paperclip in Rails( As given in this tutorial:- http://mooooooooooo.wordpress.com/2010/12/03/paperclip-valums%E2%80%99s-file-uploader-and-middleware-continued/). I have referred to the rack-middleware Railscast by Ryan Bates(http:// railscasts.com/episodes/151-rack-middleware). I accordingly tried out a `rake middleware` command in my config env. to check out the...