Displaying 20 results from an estimated 100 matches similar to: "Spam spam spam spam...."
2012 Sep 10
0
Tips: workarounds to do free full-text search on Heroku :-)
Recently I started a new side-project, using some full-text search
done with Solr, intending to put it on Heroku. However, I had
forgotten that Heroku doesn''t allow any Solr for free! So I ripped it
out and looked for alternatives, winding up with pg_search. I ran up
against some problems, but figured out some workarounds, and wrote
them up in a two-part blog post:
2011 Nov 26
0
spreadsheet-like presentation gem?
Is there a gem that will present things in a spreadsheet-like style?
I tried searching via both Google and rubygems.org and found mainly
things to import and export .xls[x] and Google Spreadsheets. There
was also the Exercise gem, which had zero documentation about what it
*does*, which doesn''t make me confident in using it.
Why do I ask?
I''ve made a little app
2011 Nov 04
5
Beating the Top-Posting Dead Horse
On Fri, Nov 4, 2011 at 12:44, BeeRich <beerich-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> As for top posting, that is an old school habit.
Er, no it isn''t. You young punks wouldn''t know old-school if it bit
you in the diapers! Now get off my lawn! ;-)
Seriously though, REAL old-school quoting is interleaved point by
point, with anything irrelevant trimmed
2012 Feb 03
10
ruby on rails 3 tutorial book chapter9 Signin Failure
Hi I have problem trying to pass the signin failure test.
This is the test code of the sessions_controller.rb
def create
user = User.authenticate(params[:session][:email],
params[:session][:password])
if user.nil?
flash.now[:error] = "Invalid email/password combination."
@title = "Sign in"
render
2014 Jun 18
1
problem with centos.org whois
On 6/17/2014 9:36 PM, Devin Reade wrote:
> It looks like someone pooched a domain transfer, and the whois entry
> for centos.org is missing its NS records. I've sent an email to the
> whois tech contact @redhat, but I'm sending this to the list to hopefully
> bring it to someone else's attention, as well.
>
> Hopefully it gets gets out before my mailserver expires
2013 Oct 04
4
Best Book 4 RoR
Hello,
Is there a great book for Ror. I am looking for a book with a step by step
approch and by PROJECTS!!
RoR needs to be ''practiced'', and i didn''t find those WORKING PROJECTS.
Am i dreaming or is this paper exists. All the books on amazon are not
amazING. They talks only about
theory. Theory is fine, i mean this is RoR. But then...
Thanks for those who, first,
2014 Jun 18
0
problem with centos.org whois
On Tue, 17 Jun 2014, John R Pierce wrote:
> On 6/17/2014 9:36 PM, Devin Reade wrote:
>> It looks like someone pooched a domain transfer, and the whois entry
>> for centos.org is missing its NS records. I've sent an email to the
>> whois tech contact @redhat, but I'm sending this to the list to hopefully
>> bring it to someone else's attention, as well.
2010 Aug 13
10
:limit text mysql
I have a rails 3.rc app that I''m developing. I have a text entry in one
my models that can sometimes be quite big. I tried setting :limit =>
4294967296 on the text column in my migration file but this doesn''t seem
to have any effect. The column is till created as a TEXT column rather
than MEDIUMTEXT or LONGTEXT.
Does anyone have any idea why this might be happening? Is there
2011 Oct 05
3
Rails 3 Select_tag in javascript give missing ; error
When I write
var x = "<%= select_tag(:activity_group,
options_for_select(activity_grp),{:include_blank => ''Create New
Group'', :style => ''width: 100px''}) %>";
where <% activity_grp = @activity_group.map { |ag| [ag.name,
ag.id] } %>
However, I get error (missing ; before statement) in Firebug because
var x = "<select
2014 Jun 18
3
problem with centos.org whois
It looks like someone pooched a domain transfer, and the whois entry
for centos.org is missing its NS records. I've sent an email to the
whois tech contact @redhat, but I'm sending this to the list to hopefully
bring it to someone else's attention, as well.
Hopefully it gets gets out before my mailserver expires its DNS
cache for centos.org.
Expect centos.org to be offline for a bit
2012 Oct 29
16
Newbie - deployment, hosting
Hello,
So, after learning ruby on rails and building a great app on my local
machine, I need to find a host, deploy, and of course maintain a (staging
and) production environment.
This all seems very confusing, and I''d like to learn this in an organized
manner, step by step:
I''ve come across the names: Unicorn, nginx/apache, capistrano,
Thin/mongrel, Engine Yard, EC2, etc.,
2010 Aug 12
10
Scaffolding working...kinda
Hello all. I''ve been working through some online tutorials, learning ROR
and have a question on scaffolding. Through the command promt i''ve ran
the command:
$ script/generate scaffold Albums
This created the controllers, helpers, models, and views.
I have a database table titled "albums" and have two records saved
within
The problem is that the scaffold command did
2008 May 26
0
correct syntax for npiv device?
Can anyone point me to a source for the correct syntax to add an npiv disk
to a domu? I thought it was
disk=[ ''block-npiv:/wwn,xvda,w'' ], I tried just npiv:/ and that didn''t work
at all.
Thanks
--
Rob Aronson
Storage, Virtualization and Orchestration Practice Manager, Novacoast
USA
_______________________________________________
Xen-users mailing list
2007 Jul 15
0
virtman breaks after installing XEN 3.1 on SELS 10.1
I have an installation of 32bit SLES 10.1 on 2 servers in my lab that I just
rebuilt. I applied the files from xen-3.1.0-install-x86_32.tgz and broke all
the virtman functions. The errors I got indicate some missing python
classes, specifically xen.install. I''m not sure why. This is what I get when
I try to run virtman from the command line. If I try to run it from yast i
get nothing.
2012 Jan 27
4
Redirecting to create new page with input
Rails 3.1.3
I believe this is a very very fundamental question, but since I am new
to Rails, it''s more productive to ask someone to point out what I need
to do.
Say, I have a search method that generates a list of youtube videos. I
have completed this part.
And also, I have set up a database, Video, whose fields are video_title
and URL.
I need to place a button to each of these video
2012 Apr 11
1
multi model form
hi,
can someone advice how can I create a form with fileds from different
models.
also how to get the different models (objects) saved.
thank you
dani
--
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
2012 Mar 01
1
Testing selector order in RSpec
Could someone point me to a reference that explains how I would test
the order of elements on an HTML page?
For example, in RSpec I would like to verify that the content of one
<p> element appears before the content of another.
response.should have_selector("p", :content => "Should appear first")
response.should have_selector("p", :content =>
2012 Apr 18
1
Re: validates_uniqueness_of question
Hi All,
I am trying write a validation rule where I need to ensure that when a
certain value is updated or created in a particular columns, a number of
other columns columns are unique and that another column does not contain a
certain value.
I have been able to use the validates_uniqueness_of :column_a (to be
updated or inserted) with , :scope =>
[ :column_b , :column_c , :column_d ]
2012 Feb 07
2
how to assign edit/remove privileges for only own details and not on others?
Hello,I am quite new on rails. Currently making CRUD apps in rails 3.0
in windows.
I''ve used devise [1.1.rc0] for authentication.In those apps any logged
in user can change other user''s details.
How can I design the app, so that any logged in user can edit/remove
his details only if he wishes to do so and can only view others''
records.
After logging in he should be
2005 Mar 01
11
Simple question about zones (haven''t found in FAQ)
Hello everybody:
Here is my "network layout":
ISP1 ISP2
| |
| |
+-----eth0---------eth1------+
| |
| FC 3 box |
| |
+-----eth2---------eth3------+
|