Displaying 6 results from an estimated 6 matches for "dugarte".
Did you mean:
duarte
2010 Apr 09
9
gem install rails (Errno::ENOENT) No such file or directory
...nother with Windows Vista. I''m
working as an administrator in both computers. I''m using Ruby 1.8.7 and
Rubygems 1.3.6. When I try to install Rails I get this error:
C:\>gem install rails
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory - C:/Users/Jesús Dugarte
I have installed Rails several times before (although I haven''t done it
in about a year), and I''d never had this problem before. Has anything
changed in the installation? I''ve found several cases similar to mine in
internet, but none of the proposed solutions works for m...
2006 Mar 23
14
Distribute Rails app. without source code
I have a commercial software that I?d like to completely re-do in Ruby
on Rails, as a web application on Apache. But I don?t want to distribute
it with the source code. Is there any way to install/deploy and Ruby on
Rails application without the source code?
Thanks in advance,
Jes?s Dugarte.-
--
Posted via http://www.ruby-forum.com/.
2006 May 04
2
Building a FAQ
...all products by setting its
product_id to 0. How could I hack into the "has_many :faqs" definition in
the Product model to search, not only the questions assigned to the current
product, but also all the questions with product_id == 0. Is there a way to
do that?
Thanks in advance,
Jes?s Dugarte.-
2006 May 05
1
Configuration Generator
Where is this ConfigurationGenerator that is posted in the Rails wiki
(http://wiki.rubyonrails.com/rails/pages/ConfigurationGenerator)?
I''ve been searching around and I can?t find a way to use it.
Jes?s.-
--
Posted via http://www.ruby-forum.com/.
2006 May 14
0
Translating plugins and engines
...me situation,
and what have you done? Is there something like a "best practice" for this?
Would it be better to "globalize" the plugins and engines I download in the
future, or just translate them directly in the code, as I did?
What are your thought about this?
Thanks,
Jes?s Dugarte.-
2008 Apr 04
0
Date.to_s format with time_ago_in_words
...as a application helper:
# application_helper.rb
def fecha_completa(date)
date.strftime(''%a, %d %b, %I:%M%p'') + '' ('' + time_ago_in_words(date) +
'')''
end
but not as a Date format.
What am I doing wrong? Is this not possible?
Thanks,
Jesús Dugarte.-
http://jdugarte.blogspot.com/
--
Posted via http://www.ruby-forum.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-/J...