search for: psychohistorian

Displaying 8 results from an estimated 8 matches for "psychohistorian".

2006 Apr 04
2
How to apply class from Stylesheet to "link_to" element???
Hi, This is the "img" class for anchor element inside my stylesheet. ===================== A.img:link { color: #ffffff; text-decoration: none; } A.img:visited { color: #ffffff; text-decoration: none; } ====================== I can easily apply this tag inside my html document as follows:- ======= < a href="goodbye.html" class="img"> ======= Now I want to
2006 Apr 04
1
Moving to Rails-1.1 from Rails-1.0
...the stuff I''ve done so far? =] BTW...does anyone know where Scott Raymond''s Rails-1.1 write-up is? I''ve been reading a lot about it but I''ve been getting "page not found"-like errors when following links to it... Thanks alot!!!! Gustav Paul gustav@psychohistorian.org -- Posted via http://www.ruby-forum.com/.
2006 Feb 19
1
action.controller.domain instead of dmn/cntrlr/action ?
...ails: -- http://domain.com/controller/action/id How can I do this? Is it even possible? If not, don''t you think this is something that the core team should have a look at? (PS. I''m using MySQL for backend and developed using RAILS v1.0 ) Lots of thanks!!! Gustav Paul gustav@psychohistorian.org -- Posted via http://www.ruby-forum.com/.
2006 Mar 18
3
Nil result on find & pretty print
I am new to Ruby and to Ruby on Rails and have spent the last few days trying to get my head around it. I think I am already hooked but am suffering badly from years of programming a non-OO RDBMS. I am trying to learn by attempting to produce a system for my work. I have a main table sdocs which has a field supplier_id which is an entry in another table (suppliers) to lookup supplier name etc.
2006 Apr 04
11
Date/Time format and syntax
Hi, Just wondering how I get both the current date and time to display here (so far I can only get the date OR the time): @tblregisteredphone.txtregisterdatetime = Date.today Also, how can I change the format of the date and time from: Tue Apr 04 00:00:00 GMT Daylight Time 2006 to 2006-04-04 12:04:00 ?? I''m sure it''s very simple, I just don''t know how
2006 Jan 30
10
How do I get the the full URL of an incoming request
...ontroller/action) e.g. by clicking on a link? (I read about something called a ''request'' object, I don''t know what it is or does, is that what I''m looking for? I''m very new to Rails so I''d appreciate any help!! Thanks, Gustav e-mail: gustav@psychohistorian.org "Touched by His noodly appendage", -- www.venganza.org -- Posted via http://www.ruby-forum.com/.
2006 Jun 06
0
acts_as_taggable Plugin Docs
Hey! I did a write-up on DHH''s acts_as_taggable plugin. Its a plugin in need of more encomapassing documentation, so please, check out the post at my blog and feel free to comment extensively :] The post can be viewed here: http://rails.co.za/articles/2006/06/04/acts_as_taggable-plugin-docs Thanks a lot to mr. DHH for his excellent plugin! Ciao! Gustav Paul gustav@rails.co.za
2006 Feb 22
1
Back returns "Warning: Page has Expired" ?!?!
Hey, I''ve found that certain browsers (IE and Ffx in particular) display a warning page whenever the user clicks on the ''back'' button after having just come from a page generated by a post. This makes perfect sense, it warns users about duplicate rows being entered etc. However! Is there anyway to gracefully redirect the user to a ''safe'' page say