Displaying 20 results from an estimated 70000 matches similar to: "wiki.rubyonrails.org on the fritz"
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
2008 May 09
3
Hiring Ruby on Rails Programmer
Hi there,
My company is looking for a full-time, in-house rails programmer to
start immediately. If you are interested please contact me!!!
Thanks!
Neda
jobs-FUiS5veSkuU@public.gmane.org
--~--~---------~--~----~------------~-------~--~----~
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
2005 Oct 31
3
Fritz 5.32
Hello,
Using Fritz 5.32 with wine (and ubuntu breezy), I can't see the BMP
pictures.
Fritz 5.32 is free and downloadable here :
http://www.pcgo.de/aktuell/ausgabe0103/fritz.zip
I need help
Thanks
2010 Feb 22
6
Rails Parser
Hi all
I am a new Ruby on rails developer having one plus exp...
I like Rails most...
and enjoying making applications
I listened from some one that rails application in production mode ... are
more error porn...
This is due to the Parser used in rails ... is complicated to understand
Some Time it generates some unknown error that is difficult to solve ....
so i want to know is it really
2010 Apr 21
3
Anyone else notice that http://api.rubyonrails.org has been hijacked?
???
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
2007 May 11
5
options_for_select - how to set the selected value?
Ok, this should be simple but I am finding it''s not and previous
postings don''t seem to shed too much light on this.
I have a select_tag with 4 values pulled in via a helper:
def filter_hours
filter_hours = [
["1 hour", 1],
["24 hours", 24],
["7 days", 168],
["14 days", 336],
]
end
The select_tag looks
2007 Feb 26
2
boolean db fields set to false fail validation with validates_presence_of?
I have a model that contains a :boolean field. In my view, I have a
simple select of Yes or No, which equates to true or false,
respectively. If I choose yes and save, everything works great. If I
choose no, my model fails validation as I have this set as a required
field using validates_presence_of. I have checked the log and it''s
definitely set to false, why would this fail validation?
2008 Sep 14
2
rake spec:rcov => [BUG] Segmentation fault ruby 1.8.6 (2007-09-24) [i386-mswin32]
i have a rails app that tests fine with "rake spec" but gets a
segmentation fault when "rake spec:rcov" is run.
i am on windows xp, ruby 1.8.6, rails 2.1.1, mysql 5
my app is at
http://github.com/scottnj/test_blog/tree/master
so maybe someone can try to replicate my error so i know if the
problem is with my code or something installed on my pc.
here is a copy of my shell
2008 Dec 09
2
paginating_find losing scope
Hello,
I''m having a problem with paginating_find losing the context of the
array it''s paginating.
For example,
URL: http://localhost:3000/companies/1/users/1
<% @tickets = @user.tickets.find(:all, page => {:size =>
10, :current => params[:page]}) %>
<% for ticket in @tickets %>
...
<% end %>
<%= paginating_links (@tickets) %>
2007 Nov 29
4
collection.build or collection.create gives "ArgumentError: wrong number of arguments (1 for 0)"
I have a Project that has_many Tasks. Tasks belongs to a Project. When
I try the following:
project = Project.new
project.tasks.build
I get:
>> s = Project.new
=> #<Project:0x25f9e28 @attributes={"name"=>"", "end_at"=>nil,
"updated_at"=>nil, "published_at"=>nil, "user_id"=>nil,
2008 Feb 05
9
ActiveResource / Creating an API
Hi,
I am currently looking at creating an api for a new RESTful app built
using rails 2.0. The two solutions I have come across seems to be
ActiveResource and ActionWebServices.
Although there seems to be plenty of documentation for the older
ActionWebServices (both online and in books), this does not seem to be
the case for ActiveResource.
Does anyone know of any decent articles / screencasts
2006 Jan 18
5
access denied problem
Hello
I''ve started working through the book "Agile web development with
Rails" and so far everything has been great.
I''m on page 56, 57 trying to create the admin tool for the example
project "Depot".
I''m on OS X Panther 10.3.9. I have checked the Errata on the website
and tried some of the suggestions there, but nothing has worked. When
I
2005 Dec 23
3
auth_generator and GD woes
Hi All,
I am trying to use the auth_generator package and am having problems with
the GD requirements. So, while I realize this is tangental to rails, I am
hoping someone may have some insight for me.
I get the following error when trying to update my account info:
MissingSourceFile in Account#info
no such file to load -- GD
RAILS_ROOT: script/../config/..
Application Trace | Framework
2008 May 27
4
Article for wiki consideration
I've recently documented simple use of a VServer with CentOS host and
guest. toracat@ said that it might be worthwhile putting on the wiki.
The present article is located at
http://home.nyc.rr.com/computertaijutsu/vserver.html
If it does get to the wiki, I would remove the fedora section and also
add a notice at the beginning of the article with dire warnings about
using a non-stock kernel.
2012 Dec 14
1
Re: Digest for rubyonrails-core@googlegroups.com - 4 Messages in 3 Topics
This is a delivery failure notification message indicating that
an email you sent could not be delivered. The problem appears to be :
-- Recipient email server rejected the message
This condition occurred after 1 attempt(s) to deliver over
a period of 0 hour(s).
If you sent the email to multiple recipients, you will receive one
of these messages for each one which failed delivery, otherwise
2007 Feb 27
1
Trying to retrieve a model from the session that uses acts_as_attachment - segmentation fault in mongrel
I am using acts_as_attachement on my Photo model to upload a photo. I
have a wizard-like set of pages that the user can step through. Rather
than save the photo to the db/filesystem I want to save it to the
session until the user hits save.
Saving to the session appears to work fine, however, when I try to
retrieve anything from the session afterwards, I get:
2015 Nov 13
2
fallback mount points?
I?m currently doing a show until one my time, ending in about two hours. After that, you can call our radio station number.
325-480-1039
> On Nov 12, 2015, at 10:49 PM, Scott Winterstein <0turn1 at gmail.com> wrote:
>
> If you send me a landline number (cheaper for me on int calling im in Germany) I will call and see what I can do to help
>
> Sehr geehrte Damen und Herren,
2006 Dec 18
2
Find, paginate, conditions and associations
Hi, I''m trying to figure out how to use paginate when one of the
conditions depends on the association between one model and another.
For example: I have a model Authors which has_many Posts. I would like
to find all the authors and order them by the number of posts that they
have published and then paginate those results.
What if I wanted to base the paginate condition on all the
2007 Aug 15
10
Objects in Session State Revisited
Hi Folks,
I''m still a bit confused about the issue of storing "complex" objects
in session state rather than storing simple objects.
It''s my understanding that everything is an object in Ruby. If my
understanding is correct, then storing a string or an integer in
session means storing an object.
It would seem then that the problem of storing objects in session is a
2006 Aug 28
3
memory leaks
what causes ''em?
How do I spot ''em?
How can I fix them?
I''ve got several apps running on textdrive, and they''re all consuming
too much memory and being killed all the time. I''m still a relative n00b
to Rails, and not sure how to go about fixing them. When I look in the
dev/production logs, I don''t see any obvious errors in my code, so what