Displaying 3 results from an estimated 3 matches for "cassio".
Did you mean:
cassia
2008 Jun 23
1
Problem with passenger
....
I''m trying to run an app with passenger, but having some problems...
In apache2.conf I''m using:
ServerName 10.10.2.15
Include /etc/apache2/sites-enabled/[^.#]
Then at /etc/apache2/sites-available/cadamostras I have
<virtualhost> ServerName 10.10.2.15 DocumentRoot
/home/cassio/web/cadamostras/public RailsPoolIdleTime 650 ErrorLog
/var/log/cadamostras/error.log LogLevel info
</virtualhost>
I ran a2ensite cadamostras to enable it.
But when I point my browser to http://10.10.2.15 or at
http://10.10.2.15/cadamostras I get this error:
Internal Server Error
The serve...
2013 Mar 04
2
Model/google maps display
Hi all,
I''m building a ror app and have a model with geo-coordinates would like to
use the info in the model to generate a google map view, does anyone know
what''s the best way to go round this?
is is Google API?, I''ve also seen a gmaps4rails, any comments?
Thank you in advance,
Jax
--
You received this message because you are subscribed to the Google Groups
2009 Feb 20
1
better nested set and parent_id
Hello everybody
I have a model with better_nested_set. In my "new" form, i pass the
desired parent_id as a hidden field, and in the create action at the
controller i save the new register and use move_to_child_of Model
(params[item][parent_id])
Everything works, but at my log file it warns that i can''t mass asign
the property "parent_id".
What can i do to avoid the