Recent Posts by Simon Krollpfeifer
|
Mar 8, 2008
Simon Krollp...
7 posts
|
Topic: Agile Web Development with Rails / Depot with Rails 2.0.2 @ Steven Richard Price So, to help you out, what version of rails are you running? |
|
Feb 5, 2008
Simon Krollp...
7 posts
|
Topic: Agile Web Development with Rails / The Depot Application @ Wiley |
|
Feb 2, 2008
Simon Krollp...
7 posts
|
Topic: Agile Web Development with Rails / Add Data with add_test_data I figured it out thanks to a friend. The issue was the migrate version of the program. If RonR thinks, that you’re up to date, it does nothing.
|
|
Jan 18, 2008
Simon Krollp...
7 posts
|
Topic: Agile Web Development with Rails / Add Data with add_test_data I have a huge problem loading data in the database. I downloaded the file
After that I copied the content of the downloaded add_test_data into my newly created one. to load the data in the database. Nothing happens. I just get a normal following by the prompt. I have no problem writing data via the browser to my database. So, what am I doing wrong here? P.S. I am using rails 1.2.6 |
|
Jan 18, 2008
Simon Krollp...
7 posts
|
Topic: Agile Web Development with Rails / I am new Try to mess up first :) best way to get started. |
|
Jan 18, 2008
Simon Krollp...
7 posts
|
Topic: Agile Web Development with Rails / error msg in depot lab create You’re in the same boat as me. I wouldn’t use rails 2.0.2. Try reroll your rails version to 1.2.6 or 1.2.5 To do so, type: After that, check your railsversion with
After downgrading your rails, delete your depot folder and start fresh from scratch. |
|
Jan 18, 2008
Simon Krollp...
7 posts
|
Topic: Agile Web Development with Rails / Depot with Rails 2.0.2 I would strongly recommend to downgrade the rails version to 1.2.6. To check the current version(as mentioned above) use check with rails -v if your current verion is 1.2.6 and not 2.0.2 Nevertheless, I have a small problem with the display of the price. Following the book, my /views/store/index.html looks like:
The Problem here is, that the price is in the same line as the description. Okay, besides fixing that with an ugly , is there any other way? |
7 posts
