Displaying 4 results from an estimated 4 matches for "almosteffortless".
2008 Aug 23
1
Simple localization in Rails 2.2
Does it works in Rails 2.1?
http://almosteffortless.com/2008/07/21/simple-localization-in-rails-22/
If not, where I can get Rails 2.2 BETA to test this?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk...
2008 Feb 12
2
File Uploading using Rails
Here is one tutorial for the beginners to understand how to upload a
file using Rails.
http://www.tutorialspoint.com/ruby-on-rails/rails-file-uploading.htm
If you like this tutorial then please send me your feedback.
Thanks
Mohtashim
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
2006 Jun 13
2
securing a file
Hi,
I want to allow the downloading of specific file only to authorized
user,
lets say an MPEG.
where do I start? ;-)
Thx,
Dor.
--
Posted via http://www.ruby-forum.com/.
2007 Mar 04
3
Dynamically setting the image directory used by attachment_fu
It took me a while to figure this out and I don''t see any wiki pages
for attachment_fu so I figure I would just post this here.
I didn''t like the way attachment_fu by default creates directories
under a given directory for a specific class e.g.
item_image/1/img_1.jpg
item_image/1/img_1_thumb.jpg
item_image/2/img_2.jpg
item_image/2/img_2_thumb.jpg
item_image/3/img_3.jpg