Displaying 4 results from an estimated 4 matches for "7v6rs6x7pgrwcmtu2xy".
2005 Dec 16
25
I Would Really Like to Try RoR but...
it''s been a nightmare trying to set it up. I keep getting a an
Application Error message when I try to navigate to a url which should
be taken care of by my newly created controllers. For instance, I
wanted to test RoR out so I created a MyTest controller which should
allow me to navigate something like:
http://localhost/rubytest/MyTest
but it does not. I have no problem getting
2005 Dec 24
2
Oddly Slow
Hello all:
I am trying to learn RoR and so far am enjoying the language very much.
I have been going through some online tutorials but have hit a stumbling
block. The first app I tried was the cookbook example provided on the
O''Rielley site which worked just fine, but then I moved on to the Four
Days on Rails app which consists of a todo list. For some strange
reason any request
2005 Dec 29
14
Rails 1.0 - Agile book still good?
I''m new to Ruby and RoR but excited to learn what I can do with RoR; I
have Pickaxe second edition and want to get "Agile Web Development with
Rails" but I''m aware that the book was published some while before RoR
version 1.0 was released. Has a lot changed since then, and would I
therefore be advised to wait for a second edition of AWDwR?
Many thanks in advance
2005 Dec 29
1
Using base HTML tag
Hello all:
I have been using PHP for quite a bit and am beginning to learn more
about RoR. One thing I used to to in PHP scripts (views in particular)
was to have a tag such as:
<base href="http://<?php echo $_SERVER[''HTTP_HOST''] .
$_SERVER[''SCRIPT_NAME'']; ?>" />
so that URL rewriting would not throw off the paths to images, css,