Displaying 4 results from an estimated 4 matches for "theinvinc".
2012 Dec 13
7
Thin server giving Stack level too deep error
Hi,
I am using thin web server in my rails project. But it gives stack level
too deep error. Couldn''t find any appropriate solution to this.
I have tried updating the ruby but didn''t help.
Regards,
Sumit
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2012 Aug 13
9
Using Jquery plugin "tokenInput" with rails
Hi,
I made a contact manager app using rails. I added TokenInput plugin to
introduce an instant contact search functionality in it. Tried following a
railscast http://railscasts.com/episodes/258-token-fields but have been
struggling with it for a while. Following is the code I use in my view
<%= form_tag({:action => ''show'', :id => @contact_tokens}, :remote =>
2012 Jul 24
0
request.session_options[:id] accessiblity problem
I am having problem retrieving the value for variable
request.session_options[:id] from my controller. Though the same returns a
proper value when accessed through a view. I am not able to understand why
it is happening.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2012 Sep 07
0
RoR project deployment using Nginx and Thin
Hi,
I have been trying to deploy a Rails project using Nginx and thin but
always displays the Default page only.
I did following configurations,
Step 1: Made a symlink of my project in /var/www
Step 2: Installed thin and Nginx.
Step 3: Added Upstream block in the nginx.conf file
Step 4: Changed the Stream block in nginx.conf file.
Step 5: Reloaded and restarted the Nginx server.
--
You