search for: jigar

Displaying 10 results from an estimated 10 matches for "jigar".

Did you mean: cigar
2006 Jan 22
9
ERROR: undefined method `h'' for ERB::Util:Module
ERROR: undefined method `h'' for ERB::Util:Module i get above error when i use ERB::Util.h(content) in my controller''s action. can any one one tell me how to use this ''h'' method within controller? thanks, Jigar Gosar http://jigar.org -- Posted via http://www.ruby-forum.com/.
2006 Jan 14
4
hide_action doesnot hide view
The view file (eg. apps/views/items/list.rhrml) is still displayed even when the action is hidden (hide_action :list). How can I hide view file form being automatically displayed in this circumstance? thanks, jigar -- Posted via http://www.ruby-forum.com/.
2006 Jun 01
3
rake create_sessions_table, does not create session table
...igrate/001_add_sessions.rb info: the first time ran take everyting was fine, but now i have reinstalled ruby and rails and created the database, but i am unable to create session table with rake, please help. i want to create session table, and cannot understand this migration thingie. thanks, jigar -- Posted via http://www.ruby-forum.com/.
2010 Oct 23
7
Dial plan help
Hi, I am facing issue while generating a dial plan for the following case: all caller should be asked a code to enter than All the callers should be connected one extension. also tell me testing scenario : I have pbx setup and currently I have soft phones to use as extension. Currently I have created a dial plan using vdp I tried submitting it here but I don't know how to extract text
2010 Oct 21
8
Dial Plan Conf
Here I am expecting to be configured following scenario: User calls : it will play a sound will ask for input DTMF, then call will be given to particular extension for any DTMF entered. But its not working as expected. I have attached the dial plan file. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Oct 14
5
How to connect asterisk PBX to PSTN
Hello community, I have successfully set up asterisk free PBX server and I am also able to connect to it by softphone. Now as next step I want to extend this to PSTN , My Required scenario: I need a number which will connect outside PSTN world to my PBX and by applying extension particular softphone or connected normal phone should get connected. Which hardware I need for it. Also please
2007 Aug 25
5
How do I assign default values to model attribute
I have a model with a attribute named "code". Every time i create an instance I want the "code" to be initialized by making a call to "generate_code" method. How do i initialize model attributes in rails ?? thanks for help. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2007 Jun 24
1
Cant test 404 pages in webrick
I tried running webrick in production mode with -e production option. I changed development database name so as to make sure webrick was running in production mode. Now I wanted to test my new 404.html page so I typed an invalid URL, I still get some routing error instead of my 404.html page. Why is this happening with webrick in production. I haven''t even changed any of the environment
2006 Feb 05
0
How can i specify default time to datetime_select tag
I want to specify a different default time to datetime_select tag how can i do that. also i was looking at rails helper code ----------------------------------------------------------------------- module ActionView module Helpers module DateHelper def to_datetime_select_tag(options = {}) defaults = { :discard_type => true } options = defaults.merge(options)
2006 Feb 05
0
Session FileStore directory
how can i specify a different directory to store sessions (default is /tmp/). my problem is that i am running multiple rails application and whenever i login in one application, i automatcally get logged in another application, because the session is sharded, so i want to specify a different session store directory per rails app. How can i do that? -- Posted via http://www.ruby-forum.com/.