Displaying 20 results from an estimated 153 matches for "destiney".
Did you mean:
destined
2010 Sep 27
3
Rails3 app deploy : how to ?
Hello,
I know many people are asking this kind of question. I searched in
this forum and some others in the web but i did found something clear
enough for my "ror''s power" (i''m not completly new but real
close ;-) )
Well, I''m developing my application on os x, i''m using svn (team
choice) for versionning but i will need to deploy on linux server
(with
2010 Jun 10
9
Rails3 beta4 + Ruby 1.9
...ameError: undefined method `<=>'' for class `ActiveSupport::Multibyte::Chars''
I found on someone''s blog that exact error message and it said to use
1.9.2-head, know issue, etc. So with 1.9.2-head I can''t even start
rails console:
> rails console
/Users/destiney/.rvm/gems/ruby-1.9.2-head/gems/railties-3.0.0.beta4/lib/rails/engine.rb:122:in
`delegate'': wrong argument type Symbol (expected Proc) (TypeError)
Ruby 1.8.7 works fine as far as I can tell.
--
Greg Donald
destiney.com | gregdonald.com
--
You received this message because you are subs...
2006 Jul 23
6
routes
...9;'
makes my
link_to :controller => ''admin'', :action => ''index''
stop working ?
I''m needing urls like http://localhost:3000/username but without
breaking all my other controller index actions in the process.
Thanks.
--
Greg Donald
http://destiney.com/
2009 Sep 16
12
Connecting to Oracle (Solaris Sparc 10)
My company''s System-admin installed Ruby and Gems (using Sun Coolstack
package) and I have sudo access to ruby, gem etc. Now I need to get my
app to talk to oracle db (through network).
From what I understand, it requires three steps:
Step 1: Install oracle instant client ( I installed it in my ~/oracle/
instantclient_11_1)
Step2: Install OCI8 libraries (this is where I am stuck). Here is
2009 Sep 25
8
Cheapest Rails Hosting where they give you full access to Apache (to load modules etc)???
any pointers / suggestions re cheapest Rails hosting where they give
you full access to Apache (to load modules etc)??? Can be a shared
platform, however not sure if there is a shared platform type hosting
service where they do give you such access?
2006 Jun 28
8
How to obtain clients IP adress
Is it possible to obtain clients adress in ruby on rails?
by
TheR
--
Posted via http://www.ruby-forum.com/.
2007 May 22
4
Rails API is not well defined
Although somewhat new, I continue to struggle with passing the right
parameters to the Rails methods despite making direct reference to the
documentation. For example, I want to create a form:
form_tag :action => ''deliver'', :id => @event.id, :class => ''entry''
The class doesn''t show up. I''ve tried various combinations of hash
2009 Sep 16
5
piece of code that runs only once
hi, an strange error is happening here
in User model i have the following method:
def falta_votar
Category.find(:all) - votes.collect {|v| v.category}
end
and in the default.html.erb layout i have:
<%= current_user.falta_votar.size %>
but it only works once, when i try to access another page i get an
error message saying that the falta_votar method is nil, then i have
to restart
2008 Jan 04
2
oracle adapter + activerecord sessions do not work
...sult.free
rows
end
end
end
end
I placed that in environment.rb and it works best I can tell but now I
find my active record sessions are broken. I''m not sure if the two
problems are related.
The default cookie sessions work without an issues.
--
Greg Donald
http://destiney.com/
--~--~---------~--~----~------------~-------~--~----~
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,...
2006 Jul 03
7
form_remote_tag with multipart/form-data
...put name="commit" value="Upload" type="submit">
</form>
but when I take it for a spin params[:image][:file_data] is nil.
None of the image uploading howtos I''ve read use form_remote_tag, is this why?
Thanks for any insight.
--
Greg Donald
http://destiney.com/
2009 Nov 02
7
*** Quick help with paperclip ***
Hi All,
Someone reccomended using paperclip as a way to easily upload photos.
Basically I want a quick and easy solution to allow users to add a
profile picture.
Anyway - I have followed the tutorial on here:
http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails/
I can add a file, but there isnt anywhere to upload it.
I have followed the above tutorial word for word, but i dont
2007 Nov 27
1
capistrano hangs
..._ENV=production rake db:migrate"
When running it against my local Postgres it completes in a few
seconds or so. Running it against my local Oracle XE takes only
slightly longer. But running it with capistrano over ssh is taking
years away from my life. :(
Thanks,
--
Greg Donald
http://destiney.com/
--~--~---------~--~----~------------~-------~--~----~
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,...
2006 Aug 05
22
MySQL vs SQLite
I have an application where speed is probably the #1 priority here. I am
using MySQL 5.0.22. Would SQL be considerably faster than MySQL?
I know this has been discussed before, but the search on the forums is
not working.
Thanks for your help.
--
Posted via http://www.ruby-forum.com/.
2009 Sep 30
8
Cycle/Partials issue
First off, I''m fairly new to ruby on rails so this may appear simple but
I''m just learning the ropes :)
So I have a simple blog app where a post has many comments. The ''show''
view for posts renders a partial for each comment the post has. The css
class of the containing div element is cycled using cycle(). The partial
code is,
<% div_for(comment, :class
2010 Aug 18
2
[Rails 3] remote_function ?
Is the remote_function still valid in Rails 3 as it seems many of the
Prototype helpers have been replaced ? (link_to_remote, ...)
where can I find any link on it ? not in the standard doc I guess ..
thanks for you feedback
--
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 Mar 12
3
Session Expiry
Helllo there,
Can any one help me on this "Session Expiry"
I just want to make the session expire when the system goes idle
how do i do it
yours ,
Narayanan.cj.
--~--~---------~--~----~------------~-------~--~----~
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
2008 May 11
8
From "schema.rb" file to MySQL
Hello,
I have write a schema.rb database such as this:
ActiveRecord::Schema.define do
create_table :arts do |t|
t.string :name, :null => false, :limit => 45
end
end
This file is saved into test/db/schema.rb, and test/config/database.yml
is correctly configured with "test_development" database created in a
MySQL server.
Could you help me to install the content of
2008 Jan 15
3
Importing file in html (noob)
Hi People,
I''m pretty new to rails so please bear with me on this.
I''m wanting to pull a text file into my rhtml page to use as the header
part of my site. I know I can use layouts but it isn''t pratical for my
problem as there could be hundreds of user made headers.
So there are two ways I can see this happening. One is to store the
location of the file in the
2006 May 04
4
What do you use RJS for?
I''ve read an intro or two for RJS, but I don''t fully get what it may be
used for - AJAX? Please post what you currently use RJS for.
Thanks!
Joe
--
Posted via http://www.ruby-forum.com/.
2008 Jun 24
2
wrong number of arguments (1 for 0) when using respond_to?
...n''t
building rdocs when I installed it, nor will it when I reinstall it:
> sudo gem install rails -v=2.1.0
Bulk updating Gem source index for: http://gems.rubyforge.org/
Successfully installed rails-2.1.0
1 gem installed
Any clue, on either problem?
Thanks,
--
Greg Donald
http://destiney.com/
--~--~---------~--~----~------------~-------~--~----~
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,...