[Rails] Re: WHICH Hosting

2010-08-29 Thread Kaspir Ghost
I don't know about cheap, but I use dreamhost and it's awesome. They support every language -- Posted via http://www.ruby-forum.com/. -- 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-t...

[Rails] Help with prev/next links

2010-08-29 Thread Kaspir Ghost
I've written a Image Gallery app in rails. It contains photo albums, in which you can upload photos, then click on an individual photo to view it's larger size. When you bring up the larger size, I have previous and next buttons to go through the photos in the album. My problem is when navigating t

[Rails] Re: Paperclip not saving images

2010-08-25 Thread Kaspir Ghost
Fernando Perez wrote: > > I fell into that trap a few times in the past, so now I can quickly > notice it ;-) > Well I will definitely have to remember this, because that was extremely frustrating haha. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are

[Rails] Re: Paperclip not saving images

2010-08-23 Thread Kaspir Ghost
Fernando Perez wrote: > There is a WARNING message in the log. Can't see it? I told you it was > hard to spot. > > So to solve your problem or at least move a step forward, change Album > so that it reads: > > attr_accessible :name, :photos_attributes Awesome that solved it! Much appreciated :

[Rails] Re: Paperclip not saving images

2010-08-23 Thread Kaspir Ghost
Photo.create(:data => File.new("/home/kaspir/Pictures/backgrounds/bg.png") didn't return anything. this is my development log error, although I'm not exactly sure what it means. Processing AlbumsController#create (for 127.0.0.1 at 2010-08-23 12:31:08) [POST] Paramet

[Rails] Paperclip not saving images

2010-08-23 Thread Kaspir Ghost
Hi, rails newb here. I'm trying to make a photo album app with rails. I'm using paperclip, because I need to upload multiple images at the same time. But when I upload a picture, paperclip isn't saving it. I'm not getting any errors, it just doesn't save it. I've gone through multiple tutorials tr

[Rails] Re: Using in a text field

2010-08-17 Thread Kaspir Ghost
Dave Aronson wrote: > On Tue, Aug 17, 2010 at 11:18, Kaspir Ghost > wrote: > >> I couldn't put links in my >> posts. I mean I can write links yes, but what I want to do is this: >> >> [code] >> blah blah blah http://www.site.com";>site bl

[Rails] Using in a text field

2010-08-17 Thread Kaspir Ghost
If this is a really stupid noob question I apologize in advance, and appreciate any answers I get from this. I made a blog with rails, and just finished with the design. Upon creating my first real post, I realized I couldn't put links in my posts. I mean I can write links yes, but what I want to

[Rails] Re: Help with a few modifications to the Blog in 15 Minutes screencast

2010-08-17 Thread kaspir
Disregard this message I figured everything out myself On Aug 17, 7:35 am, kaspir wrote: > Hi, I'm fairly new to rails, and I recently followed the screencast on > the rails site to make a blog. Everything is working quite well, and > I'm understanding the majority of it, but

[Rails] Help with a few modifications to the Blog in 15 Minutes screencast

2010-08-17 Thread kaspir
Hi, I'm fairly new to rails, and I recently followed the screencast on the rails site to make a blog. Everything is working quite well, and I'm understanding the majority of it, but there's two things I want to do, that I'm not sure how to approach. 1) My blog posts display in ascending order. The