search for: altorg

Displaying 13 results from an estimated 13 matches for "altorg".

Did you mean: ltorg
2006 Feb 21
7
Self-referencial habtm relationship
...o, when they are approved, I want to set it to one. I played around with the arrays in console, but all that happened was approved was set to null. If I can''t figure out another way, I am just going to use sql, but I would really like to figure out a better way. Thanks! -- Randy Schmidt x@altorg.com 267.334.6833
2006 Jul 31
7
Problem with routes when I move the app to a different machine
.../bin/env ruby) to see if that worked, but it didn''t. If you want to view the source, I opened up the repository for viewing: http://svn.r38y.com/TimeOut/ I''ve never had this problem before so I am kind of stuck. Any help would be greatly appreciated! Thanks! -- Randy Schmidt x@altorg.com 267.334.6833
2006 Feb 23
2
lighttpd and blank page
...other project and start up using ./script/server, all I get is a blank page. No errors or html. The only solution I have found so far is to restart my machine, but that seems terribly inneficient. How does everybody else handle this, or do you guys not have this problem? Thanks! -- Randy Schmidt x@altorg.com 267.334.6833
2006 Jul 28
2
RJS + Internet Explorer
Hello all: I am using RJS templates to replace html on my pages. It works great in FF but I get an RJS error in Internet Explorer. I believe I had it working previously in IE, but for some reason it''s not working now. Any help would be greatly appreciated! Thanks, -- Randy Schmidt x@altorg.com 267.334.6833
2006 Feb 25
0
self referential habtm using join tables
...that has the attributes I want (so I can see if I can access the info correctly) - user_id = 1 acquaintance_id = 2 approved = 0 >> u1 = User.find(1) => #<User:0x23754e4 @attributes={"name"=>"Randy", "id"=>"1", "email"=>"x@altorg.com"}> >> u1.acquaintances => [#<User:0x23722a8 @attributes={"name"=>"Randy", "id"=>"1", "email"=>"x@altorg.com"}>] and uses the following sql: SELECT users.* FROM friends, users WHERE (users.id = friends....
2006 Feb 27
0
self-referential many-to-many using a join model
...that has the attributes I want (so I can see if I can access the info correctly) - user_id = 1 acquaintance_id = 2 approved = 0 >> u1 = User.find(1) => #<User:0x23754e4 @attributes={"name"=>"Randy", "id"=>"1", "email"=>"x@altorg.com"}> >> u1.acquaintances => [#<User:0x23722a8 @attributes={"name"=>"Randy", "id"=>"1", "email"=>"x@altorg.com"}>] and uses the following sql: SELECT users.* FROM friends, users WHERE (users.id = friends....
2006 Feb 22
5
svn externals and Edge Rails
...ollback edgerails and NOT my app? does it update if I freeze_edge? Does it update my local copy as well as what is being commited to the repository? Is there anything else I need to know about setting this up? Complications some people have had that would be good advice? Thanks! -- Randy Schmidt x@altorg.com 267.334.6833
2006 Feb 21
26
Net::SMS::BulkSMS 0.1
This is the first release of a new Ruby library for the www.bulksms.co.ukAPI which should allow simple integration of SMS functionality into your Ruby or Rails apps. Sending a message is as simple as: @service = Service.new(''username'', ''password'') @service.send_message(''This is my message!'', ''4479123456789'') # whats my
2006 Feb 21
3
Images directory
I have a template. In this template i refer to images by using <img src="images/image.gif">. I putted the images in the public/images folder. This works only for the base url, e.g. http://localhost:3000/category. When i make a new category like http://localhost:3000/category/new, the images arent displayed. When i go to the source of the page, and look to the image url it says
2006 Jun 24
0
LightBox and Ajax Global Responders
Does anybody know where I could find how to use LightBox JS and an animated gif in Ajax Global Responders? For at least a starting point? Thanks! -- Randy Schmidt x@altorg.com 267.334.6833
2006 Feb 22
1
managing dates in forms
...do this? I thought about having a hidden field which would be the current date/time and after they submit the form, compare it to the nonhidden value to see if they changed it, but I feel like that is not a clean way to do it. Any suggestions? Do I need to clarify more? Thanks! -- Randy Schmidt x@altorg.com 267.334.6833
2006 Feb 25
1
Ruby for Rails chapter 4 up now
If you buy the MEAP (Manning''s version of Beta Books), you can now get the first four chapters of David Black book (that''s nearly 25%!). So far, I''ve been really pleased with it. I just grabbed chapter four, and I''ll be reading it soon. Get more information (or buy a copy) at: http://manning.com/books/black -- thanks, -pate -------------------------
2006 Feb 06
35
ROR Recipes Beta
Yesterday I got the beta version of ROR recipes book and the recipes are great. For those of you still thinking about it, I highly recommend the book. The only thing I wish is that if there were some more recipes (greedy me), especially AJAX related and installing an application within your current application. For instance, it will be great to see how one can implement the typo blog