Displaying 20 results from an estimated 3000 matches similar to: "routing namespaced controllers"
2007 Oct 16
2
Is Services a reserved word?
I want to have a controller/model called
services_controller.rb/service.rb
all went well, but then I tried to get a ''list'' view and I got this
error...
Message
uninitialized constant
ServicesController::Services
Location
/services/list
Action
list
Controller
services
which worries me because it doesn''t say
ServicesController::ApplicationController
must I rename?
;-(
2006 Apr 09
16
Rails 1.1.2: A tiny fix for gem dependencies
The new gem version dependency system from Rails 1.1.1 needed a few
tweaks to work properly and to stop throwing meaningless warnings.
This tiny release makes up for that. To install:
* gem install rails
* rake rails:update:configs (to get the latest config/boot.rb)
This release also signals our new commitment to do more tiny releases
from the stable branch, which only gets bug fixes. So it will
2006 May 16
7
svn-1.3.1 errors on intel mac on checkout
I just installed svn-1.3.1 from .dmg on an intel mac. I am getting ...
subversion/libsvn_wc/log.c:338: (apr_err=155009)
svn: In directory ''sr''
subversion/libsvn_subr/io.c:565: (apr_err=2)
svn: Can''t copy ''sr/.svn/tmp/text-base/README.svn-base'' to
''sr/README.tmp'': No such file or directory
Any one getting this? TIA for any help.
2006 Apr 26
2
Deploying Rails Application?
Hi, after someone has performed the ''rake freeze_gems'', how does one reverse
this action? I guess my goal was to deploy a 1.1.2 rails application on a
1.0 rails host. Is this the correct step to perform for deployment. If any
one has any insight, please drop me an e-mail and thanks in advance.
Peace,
-Conrad
-------------- next part --------------
An HTML attachment was
2016 Jul 26
7
Exportar datos en formato de Excel
Buenos días a todos!
Estoy trabajando con una base de datos que directamente he descargado de
internet y después de prepararla un poco necesito exportarla a Excel he
intentando con las dos opciones que mencionaré al final pero ninguna
funciona, de qué otra manera puedo exportar esos datos a Excel... muchas
gracias por su ayuda y pronta respuesta!
1)
library(xlsx)
library(rJava)
2006 Mar 15
3
Adding Gems and Plugins To A Shared Hosting Account?
Hi, I have a hosting account with godaddy.com and I guess after asking
about RoR, it''s now installed on both the Deluxe and Premium shared
plans. Now, it seems that I don''t have command line access (i.e ssh).
Thus, I was wondering, how does one check to see what gems are
installed and how can I add other gems? Is it possible to add gems
and plugins to the local project and
2007 Aug 10
16
[OT] Parallels or VMWare?
I''m looking to get parallels or vmware for my imac. Wondering what ppls
opinions are.
Besides web broswers I need to run some windows only stuff, and wondering
about running MS Office
Opinions?
Thanx
Daniel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to
2009 Mar 05
3
Connection Pooling on Rails 2.2.2 (Windows Vista)
Hi,
I''m trying to setup rails 2.2.2 pool connections to MySQL by
specifying the pool setting with 5 in database.yml but no hope.. It
doesn''t work.
My rails is running on webrick in the production mode and the webrick
is launched by RadRails.
Even though I send multiple requests to my app on rails at the same
time, it seemed only one connection is shared ( pooled ).
I also
2016 Jul 26
3
Exportar datos en formato de Excel
Hola.
En mi caso, no he podido resolver los problemas con el Java para usar
XLConnect, que en los papeles me parece el mejor. Supongo que algo de la
arquitectura del sistema o bien de la relación entre el Java, el R y el
RStudio.
Así que utilizo
library(openxlsx)
write.xlsx(datos, file = "EDA1.xlsx") #donde datos es el objeto que quiero
guardar.
Requiere instalar el RTools, según tipo y
2006 Apr 14
3
Boston Rails work/Meeting Railers
Hey all,
Been working with/excited about Rails since November, when I quit
working for The Man in order to freelance. Have a couple of Rails
projects completed. Having worked with web app dev since 1999, it''s
been a breath of fresh air. Now I''m at a point where I need to meet
more people in person that are excited about Rails, or are interested
in working on Rails projects in
2011 Jun 15
5
rails 3.0.9
Today was expected the new stable rails release 3.0.9 with some fixed,
among all the problem with escape_javascript.
It seems that it see that has not been released, unfortunately.
--
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
2009 Aug 04
6
form_for
hi everybody...
I have a form_for in that, onclicking submit button i am calling
a javascript for validation.If validation fails that form_for doesnt do
anything.But even the validation fails it goes to the controller and
action.
here my code:
<%form_for :promotion_code,
2006 Aug 10
4
1.1.5 Upgrade and config.load_path not working
Hey,
I am trying to upgrade to 1.1.5 and rails no longer finds my controllers the
live outside app/controllers. I was on 1.1.2 previously and here is my
setup
In environment.rb
config.load_paths += [File.join(File.expand_path(RAILS_ROOT),
"rails_shared/controllers") ]
config.load_paths += [File.join(File.expand_path(RAILS_ROOT),
"rails_shared/helpers") ]
2010 Mar 26
6
installing ActionMailer from Rails 3?
Hi
I''d like to use the new ActionMailer that comes with Rails 3, for a
email reminder program I am writing. I am pretty new to Ruby, and would
like to know how I can gem install this pre-release version, so I can
start using it.
Thanks for the help :)
Alex
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups
2010 Oct 06
7
Passing a hash from the model to the view
I''m trying to display a drop-down menu by using an instance variable
from a model.
THIS WORKS...
<div class="field">
<%= f.label :duration %><br />
<%= f.select ("duration", {"30 minutes" => "30", "1 hour" => "60"},
:prompt => "Select") %>
</div>
THIS DOESN''T
2006 Mar 01
5
Error installing the MySQL Ruby bindings?
Hi, I attempted to install the MySQL Ruby bindings and I received the
following errors:
> gem install mysql -- --with-mysql-dir=/usr/local/mysql
Attempting local installation of ''mysql''
Local gem file not found: mysql*.gem
Attempting remote installation of ''mysql''
Building native extensions. This could take a while...
*** extconf.rb failed ***
Could not
2008 Jan 29
4
Setting up release-1.0.1
Hello,
I am unable to get the backgroundrb server to run.
Initially I got:
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.1/lib/active_support/dependencies.rb:263:in
`load_missing_constant'': uninitialized constant
BackgrounDRb::MasterProxy (NameError)
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.1/lib/active_support/dependencies.rb:453:in
2006 Apr 27
3
Rails apps and TextDrive
Hi, I was wondering, does anyone have experience with deploying rails
application(s) on TextDrive. At this time, I''m only seeing an index page
remotely but on my system, I would type the following and obtain the
expected result:
http://localhost:3000/visitor/list
However, when I perform the same operation on textdrive, I''m getting the
following message on the screen:
2006 Apr 30
3
require "ajax_scaffold" in model error
Hi there,
I''ve got installed ajax_scaffold_generator (3.1.2, 2.2.1)
Anyway I''m following the example here <http://height1percent.com/
articles/2006/04/18/ajaxscaffold-3-1-0-released> which suggests the
following in a model file:
--------------------------------------------------------
require ''ajax_scaffold''
class Pet < ActiveRecord::Base
2006 Apr 01
2
Migrating Rails 1.0 Application to 1.1
Hi, I was wondering, what''s the steps to migrating a Rails 1.0 to 1.1?
Thanks in advance,
-Conrad