Displaying 20 results from an estimated 200000 matches similar to: "[Fwd: Setting rails root]"
2008 Nov 22
3
Problem upgrading from Rails 2.0.2 to 2.2.2
Hey all,
I just upgraded a very simple rails based website from Rails 2.0.2 to
2.2.2. When I started up Mongrel however, I got the following error:
** Starting Rails with development environment...
ExitingC:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/initializer.rb:530:in
`send'': undefined method `cache_template_extensions='' for
ActionView::Base:Class
2008 Oct 15
2
Adding an id to form_tag
Hi all,
When using form_for it is easy to add an id to the form using :html =>
{:id => ''someid''}
However, how would one accomplish the same when using the form_tag ?
Thank you in advance,
Schalk
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post
2008 Jun 13
2
Rails at a different document root?
Hi,
I need my Rails app to not create internal URLs that begin with "/",
but rather something like "/rails". Does anyone know where this would
be configured?
Basically, I''m building a setup with Rails behind Apache, and Apache
using mod_proxy to route requests to the Rails server instance. So
for example, Apache is doing this:
https://server/rails --->
2008 Oct 01
10
Recaptcha (or other captchas)
Does anyone have any suggestions for a best practice implementation of
Recaptcha (or other captchas - if you recommend going another route, I''m
all ears)? I''ve found the recaptcha gem and a plugin but I don''t know
which is the best implementation, and I haven''t found a thorough
tutorial plus example code for either.
Thanks
--
Posted via
2006 Sep 17
1
Serving rails application from server root
How can I set up my rails application to be served from the root of my
server. Currently I have to enter http://www.mysite.com/site to load
the application. It would like it to load from http://www.mysite.com/.
My rails application is in a directory named "myapp" and the server
serves files from "public_html"
Thanks in advance.
Matt
--
Posted via
2009 Mar 15
5
Setting DEFAULT_FIELD_OPTIONS in Rails 2.3
Hi,
I''m having some trouble overriding/defining the default_field_options
constant without raising a warning. I''ve tried adding the code to do
it in an initializer but that produces a warning (because the constant
is already frozen), after some googling I found a recommendation to
put it in the environment.rb file but that then that throws
uninitialized constant ActionView
2007 Sep 17
1
Fwd: Problem - Editing rhtml in NetBeans is very slow - only for me?
Hi
Did anyone except me ever experienced very slow response when editing
rhtml in NetBeans? It starts ok, but after a couple of minutes of
editing it takes several seconds to move the cursor from one line to
another. I''m on Ubuntu and using the today''s NetBeans rubyide build.
I''ve tried to switch off all features for the RHTML editor in
''advanced
2008 Jun 03
1
Rails 2.1 and default setting of Partial updates
I just updated to 2.1 and created a new, empty project. According to the
docs I''ve seen, including:
http://ryandaigle.com/articles/2008/4/1/what-s-new-in-edge-rails-partial-updates
The file config/initializers/new_rails_defaults.rb has the default
setting for partial updates and just needs to be edited: "Note: There''s
currently a config/initializers/new_rails_defaults.rb
2007 May 21
0
Fwd: <<< Top 10 USA Universities >>>
Thanks best work, Please best universities in germany
Hello Friends,
*Here are Top 10 USA Universities
admission open in some universities and some universities give you visa
assistance.
http://students.awepedia.info/top-10-usa-universities/
if you needs more information about universities please reply me and
if you have any use full information about admission in abrade
universities please
2007 May 18
0
Fwd: <$$$> FRIED CHICKEN RECIPES <$$$>
[image: Fried Chicken Recipes]
<http://freefoods.50webs.com/fried_chicken_recipes/>
*if you need Fried Chicken** Recipes please visit this site* *
http://freefoods.50webs.com/fried_chicken_recipes/** * If you need any
information about *Fried Chicken* * Recipes* please reply me.
*Thanks *
*ANJLI
*
--~--~---------~--~----~------------~-------~--~----~
You received this message because
2007 May 11
0
Fwd: <<< Top 10 Uk Universities >>>
please tell me best computer science university in uk.
Hello Friends,
*Here are Top 10 UK Universities
admission open in some universities and some universities give you visa
assistance.
http://students.awepedia.info/top-10-uk-universities/
if you needs more information about universities please reply me and
if you have any use full information about admission in abrade
universities please
2007 Jul 22
0
Fwd: $$$ Free Best photo editing software $$$
*Top rated photo editing software download now** please visit this site:*
[image: Picasa Photo
Editor]<http://free-software-search.50webs.com/download/picasa/>
*http://free-software-search.50webs.com/download/picasa/*
If you need any information about *Picasa* please reply me.
*Thanks*
*Hina*
--~--~---------~--~----~------------~-------~--~----~
You received this
2008 Feb 08
0
Setting Up Rails as Part of a Portable Server
Hey,
I use XAMPP Lite for all my Apache/PHP/MySQL needs, is it possible to
setup rails portably without disturbing the current operations?
I can elaborate on points if needed, I realise this may be a bit vague
:)
Thanks.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2007 May 14
3
RAILS on UBUNTU
Hello Friends! :)
I''ve sold my iBook before landing in LA yesterday and as long as I can''t
afford buying a new one I have to do it with LINUX : )
I''ve been installing the system yesterday and it''s working good,
performances on athlon are good and I''m satisfied but I have two questions..
a) which editor to use?
b) is there any *session disabled*
2008 Feb 06
1
I need Rails Developers!
Hey, first of all I will like to thank you all for reading this since
I am a new user, this really looks like the place to meet the right
kind of people interested in Ruby on Rails.
I represent an Web 2.0 Development Center in Monterrey, Mexico and we
really need RoR developers for full time on site work and part time
distance projects.
You don''t need to know Spanish, all you need is some
2007 Jul 12
0
[retry] fixture_references: "Mysql::Error #HY000"? (fwd)
I''m resending this with additional information, as I''ve had no
response. I''ve been trying to use the fixture_references plugin,
and I seem to be getting lots of:
1) Error:
test_truth(DeviceTest):
ActiveRecord::StatementInvalid: Mysql::Error: #HY000Field ''description_id'' doesn
''t have a default value: INSERT INTO devices (`id`) VALUES (2)
2008 Jan 15
2
rails rjs page object
Can anyone point me to api documentation for the page object that is
used in rails rjs files?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send
2009 Apr 02
2
Ruby 1.9, Rails 2.3.2, and MSSQL issue
I am having a strange issue. I have upgraded to ruby 1.9.1 to do some
testing on one of my machines. My app accesses a MSSQL database to
pull in some information. Everything worked fine with ruby 1.8.6, but
now if I try to navigate to a page that accesses that database I get
this error:
DBI::InterfaceError in PagesController#company
Unable to load driver ''ODBC'' (underlying
2008 Feb 01
3
Which version of Ruby for Rails 2.0.2?
I''m using ruby 1.8.6 p111. But some people seem to think that version
1.8.5 is better. Should I give it a whirl?
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe
2007 Aug 29
2
Rails Wiki hacked?
Either the Rails wiki has been hacked or someone internal wanted
easier access to porn.
http://wiki.rubyonrails.org/rails/
If you inspect the action of the search form on this page, you will
see that it now sends anyone who wishes to use the search form, to a
porn site.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google