On Saturday, 18 August 2012 01:17:51 UTC-4, Maddy wrote:
>
> It is my User.rb model,
> My images are not stored in my assets directory..
>
> has_attached_file :photo, :styles => { :small => "100x100#", :large => 
> "500x500>", :thumb => "60x60>" },
>                    :url  => 
> "/assets/users/:id/:style/:basename.:extension",
>                     :path => 
> ":rails_root/public/assets/users/:id/:style/:basename.:extension"
>
>
I'd recommend a name other than 'assets' for this directory - the asset 
pipeline uses that URL, so you're likely to get strange behavior 
(especially in development mode) if you use it as well.

Other than that, you'll need to provide more detail about what happens, any 
error messages, etc. The uploaded files clearly go *somewhere*...

--Matt Jones 

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/zHzpWGBsc_8J.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to