search for: dominicson

Displaying 20 results from an estimated 25 matches for "dominicson".

Did you mean: dominican
2006 Jun 06
11
Instant Rails speed on my puter..
Hi. I''ve installed Instant Rails, and when testing my rails apps, I''m noticing the load time is quite noticable. I''m concerned when I convert to real produciton, going live, if there''s going to be the same delay, plus additional bandwith traveling time. I am running on a pentium 4.. Insights on speed.. Thanks Dominic Son -- Posted via
2006 Jul 10
7
Code suggestions with Radrails .rhtml view files
anyone been successful with implementing code hints in the Views folder with radrails in eclipses? There is a tutorial out there that suggests you edit the jsp folder (http://www.napcs.com/howto/railsonwindows.html#_Toc111133462) but i think when you add rails, that jsp folder somehow disappears or something. i don''t like that idea anyway, cause i don''t like jsp hints
2006 Jun 19
9
Railsday 2006
Can you guys post a demo of your application ? Would be great. Thanks, Pratik -- rm -rf / 2>/dev/null - http://null.in
2006 Aug 18
2
subdomains with Rails
Hi. I want to add subdomains like this: Example: http://shirts.myshopify.com , http://computers.myshopify.com Is it something you can do while still in development mode or do you wait until you deploy and configure the subdomain names with your host somehow? Can you help direct me in the right way to do this? -- Posted via http://www.ruby-forum.com/.
2006 Jun 04
2
My first hours with Ms Ruby..
was wondering how i would have to change things in order for Ms Ruby to run on my Apache as supposed to hangin on to this webRICK thing. Thanks. Also, what''s the best book out there, is it the one from manning? -- Posted via http://www.ruby-forum.com/.
2007 Oct 11
2
Exposing sound files through http for links
Hi. I'd like for my sound files to be exposed through http. You know, the ones located in var/lib/asterisk/sounds. This is probably an apache thing i'd have to configure or is accessible through some asterisk http routing? 1. how one would configure this? 2. what are the security costs of doing this to asterisk? - Dominic
2006 Jul 31
2
Problem with dropping the column_id column...
hi there. Has anyone ever have this happen to them where they did one of these raw ''execute fk_'' sql commands in their migrations (like seen in the depot app in the agile rails book when they were building the line item active record...anyways, now i can''t get those foreign keys to delete, nor can i even get the column_id to delete too..so weird.. humm..just
2007 Oct 20
1
asterisk.conf and it's impact on CLI
I was previous using Asterisk 1.2.9.1 and decided to get some real servers outside of my house. It was time for Asterisk 1.4.4. I figured since all the conf files were in /etc/asterisk form the old box, i'd just copy tha directory over to the new server. My SIP DID AGI stuff worked, except running 'asterisk -r' doesn't. It tells me ' Unable to connect to remote asterisk (does
2006 Jun 23
3
Help Analyzing The Log...(first time newbie)
Hello. Can someone please help me read this error log located in the log folder? [ displays ''ESC'' in my editor, but did not display in this copy and paste. so i''m wondering what that means too.. Session ID: cefa85a414c483d345b4e2fd5ce9449c / ^ just the session id / Parameters: {"action"=>"index",
2006 Jun 06
6
Speakin of the Devil..
Hi. How can one embed PHP into their rhtml files (located in the views folder? I''d like to use those JD library graphical plugs that use PHP... I''ve already added .rhtml to the php extension in apache''s httpConfig.. Insights or the truth would be appriciated. Dominic Son -- Posted via http://www.ruby-forum.com/.
2006 Jun 08
7
The Agile Book Messageboard?
Hello. Where is there an Agile Messageboard? On the first part of the Depot example, a price field shouldn''t be an integer right? (it should be more of a float since a price has decimals) Dominic Son -- Posted via http://www.ruby-forum.com/.
2006 Aug 16
0
RAGI problems with new Rails update
Hi Did you guys ever upgrade to the latest Rails security version? cause I did, and now I''m having problems with RAGI. What did you do to remedy this? The following is copy and pasted after updating to the new Rails security patch and starting the server with Ragi configs inside the environment: >> C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:149:in
2006 Aug 18
0
Is this macro possible?
With a click of a button from a user on website ''A'', a macro will be called to self generate a model and controller, with pre-made databases, giving the user some mad control to the writing of the app if you can imagine.. insights on how it would be possible or direction.. Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jul 13
1
From the Agile book, page 144 regarding a div tag helper
Hi. in the Rails Agile book here''s what was happening: >>> module StoreHelper def hidden_div_if(condition, attributes = {}) if condition attributes["style" ] = "display: none" end attrs = tag_options(attributes.stringify_keys) "<div #{attrs}>" end # format_price method ... end Note that we cheated slightly here. We copied code from the Rails
2006 Jul 28
0
controller subdomains
Hi. i would like to make subdomain controller classes. was wondering what aspects of rails (and/or server) i would have to configure. example: sub_controller1.mydomain.com/controller/action sub_controller2.mydomain.com/controller/action etc. Insights? Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jun 07
0
Breaking Ice with Ruby
Hey introduce yourself. Me: Dominic Occupation: PHP/Javascript background - but excited about Ruby on Rails after hearing that Geekazoid David show it off. Fear: That I invest everything into ROR, it becomes a hit website, something weird happens and crashes forever, and the competition scoops up my customers with their knockoff version running on, of course, PHP... Dream: a VC that gives
2006 Jun 07
2
Qick Q: Expression in this Controller
I tried putting this inside my controller: def goodbye @link = Link_to "goodbye!", :action =>"goodbye" end and display it in my views calling the @link variable. Of course it doesn''t work. Why? Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jun 10
2
username.tadalist.com - How?
Hi. I was wondering how to do this in rails where the user gets a subdomain in the link of the site. example: username.tadalist.com Or if you know of a reference, please point me to it. Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jun 11
0
Hi. learning from the Agile Rails book
On page 100. I do the command: ruby script/generate controller store index and if i go to /store/ it works yet if i fiddle around and command: ruby script/generate controller admin index and go to /admin/ it doesn''t do as it did with the store directory, instead listing the products. why is this so? Thanks again. Dominic -- Posted via http://www.ruby-forum.com/.
2007 Sep 11
1
Asterisk on NGINX Server?
Hi. Was the AGI Server to write dialplans in any programming language in Asterisk assumed to be configured for the apache web server? Or should it not matter what web server you have (in my case NGINX)? - Dominic The ability to simplify means to eliminate the unnecessary so that the necessary may speak. -Hofstadter's Law