Displaying 20 results from an estimated 2000 matches similar to: "[OT] Rails in Bristol?"
2009 May 05
2
Bristol mirror GPG problem ubuntu repository
Hello,
I am getting a GPG error with the ubuntu repository at the bristol UK
mirror.
When my source.list has this line:
deb http://www.stats.bris.ac.uk/R/bin/linux/ubuntu/ intrepid/
On an "apt-get update" you get this:
W: GPG error: http://www.stats.bris.ac.uk intrepid/ Release: The
following signatures were invalid: BADSIG D67FC6EAE2A11821 Vincent
Goulet <vincent.goulet at
2012 Sep 05
1
[LLVMdev] LLVM inaugural Bristol area social, 20 September
Hi all,
There are quite a few of us working on LLVM in the Bristol area. I
invite you all to the first Bristol LLVM social:
Where: The Hope & Anchor
38 Jacobs Wells Road
Bristol BS8 1DR
http://www.hopeandanchor.net
When: Thursday 20 September
from 7pm
Look forward to meeting you all there.
Jeremy
--
Tel:
2006 Aug 09
3
file_column and versions acting up...about to spit blood and kill people. please help.
Hey railsers...anyone run into this problem?
I''m developing an app which I''m deploying with Capistrano. That being said,
I''ve stuck all the file_column goodies in public/system/...
During my deployment script I chmod -R that directory and everything in it
to make sure www-data (the apache user/group) has access to it.
In development mode on my Macbook I can upload
2006 Nov 04
2
how to use LabellingFormBuilder
Railsers:
As usual for a product written very rapidly, most of its documentation
assumes some other documentation told you something critical.
For example, the file form_helper.rb tempts me with this documentation:
# <% form_for :person, @person, :url => { :action => "update" },
:builder => LabellingFormBuilder do |f| %>
That''s beautiful. Now what do I
2006 Jan 14
7
Application Design
Hi Railsers,
How do you design your applications? Do you start coding HTML? Start
with the controllers/models? Start in a program like
photoshop/gimp/illustrator/inkscape?
I start in inkscape, it''s a SVG editor. I sketch all the views of my
application, and then I create the views that belong to one controller
in RHTML. After that, I do the models/controller, and move on to the
2005 May 24
3
textilize/markdown/sanitize for messageboards, oh my!
Hullo, fellow Railsers!
(warning: this isn''t a 100% Rails specific question, but I guess it
very much applies to what a lot of us are currently doing.)
For a project that involves messageboard functionality I''m looking for
a good way of sanitizing user input, so the silly fools, err, my
wonderful users don''t mess things up too much. I''ve played around with
2006 Jun 15
2
ruby/rails users in Ireland - interest in forming a user group?
Hi all,
I''m interested in starting a ruby/rails user group in Ireland and I''m trying
to gauge the level of interest. So if you''re interested please get in touch
(aidanf at gmail.com). I would also appreciate any suggestions/pointers
about starting/organizing a user group.
cheers,
AF
-------------------------------
http://www.aidanf.net
2006 May 17
10
HABTM << producing incorrect insert sql ?
Greetings railsers -
I''m trying to add to a collection through HABTM, but the sql
insert is trying to insert a PK rather than letting mysql produce the
auto_increment''ed PK.
## @medication_dose holds a validated, saved model
@medication_dose.medication_frequencies << MedicationFrequency.find
(:all)
The above bails with,
Mysql::Error: #23000Duplicate
2006 Mar 09
3
problem with find()
I''m trying to update records in a table based on data I get back from a form.
In the simplest case, the params structure returned from the form is:
{"illness"=>{"1"=>{"illness_date"=>"", "qualifier"=>""}}}
The controller code works (i.e., updates the first record) when I do the following:
params[:illness].each do
2018 Jan 22
0
Registration now open for the 2018 European LLVM Developers' Meeting - Bristol
Registration is now open for the 2018 European LLVM Developers’ Meeting <http://llvm.org/devmtg/2018-04/> in Bristol, UK.
You may register here:
https://www.eventbrite.com/e/2018-european-llvm-developers-meeting-bristol-tickets-42283244322 <https://www.eventbrite.com/e/2018-european-llvm-developers-meeting-bristol-tickets-42283244322>
Registration fees are $300 for the 2-day event
2006 Apr 05
0
Any Rails developers in Bristol/South-West UK?
I''m looking for a Rails developer to help with a sexy mobile music
industry project local to the South-West of England preferably close
to Bristol.
Any interested parties?
cheers
Mark Panay
www.markpanay.com
Jargon Free Web Development
2018 Mar 07
0
I have a question about 2018 European LLVM Developers' Meeting - Bristol
Hi,
Nice to e-meet you. This is Gloria, a former event organizer.
Are you in charge of organizing 2018 European LLVM Developers' Meeting -
Bristol? I heard of your event but I'm not sure if you are the right person to
speak with. I am an event consultant at Whova, a company started by former
researchers in UCSD. We provide **a mobile event app** to help organizers
create
2006 Mar 06
4
Are views inheritable
Is it possible to use a child model''s controller to impliment it''s
parents view before adding its own output ?
possibly by the use of super ?
_tony
--
Posted via http://www.ruby-forum.com/.
2006 Apr 03
11
Runaway FCGI Processes with Debian, Apache
Hi all.
There is an issue with Rails, FastCGI and Apache2 on
Debian that I''ve been dealing with since I started
Rails development in late 2005. I''ve developed
various workarounds but have not been able to solve
the problem at the root.
Every so often, for reasons I''ve never been able to
determine, a load of dispatch.fcgi processes get
spawned and take over my whole
2006 May 31
19
Rails Deployment: Book recommendation?
Hello,
I''m seeking a book on rails deployment (I think a general deployment
on nix book can helps too)
I need in depth information about Apache, FastCGI, (LightTPD maybe).
I was thinking always I know what a web server is! but when I think
more deeply about it (after reading Capistrano doc) it seems I need
more info about app, web and db servers. stuff like how to config the
app server
2006 Mar 09
2
issuing raw SQL in Rails
Hi -- I have a need to run the following SQL in a test:
"DELETE FROM agents_bookings"
Does anyone know of a way that I can just execute this?
It is to clear a many-to-many relationship in the teardown function of a
test.
Cheers,
doug.
--
Posted via http://www.ruby-forum.com/.
2006 Mar 27
3
Email On Dreamhost
Hi guys
is there any way i some one tell me how to set up email on Dreamhost
this is my production log
:SMTPAuthenticationError (535 Error: authentication failed)
# Include your application configuration below
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.server_settings = {
:address => "mail.irishwebdesigner.com",
:domain =>
2006 May 15
5
Australian Ruby/Rails Web Host
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: rebecca.vcf
Type: text/x-vcard
Size: 414 bytes
Desc: not available
Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060515/4cd2f87d/rebecca.vcf
2006 Oct 01
7
Log rotation
Hi mongrel-herders,
I''m just wondering what fellow railsers use to rotate their logs in an
orderly fashion? I''d like to do something lightweight, i.e. (1) rename the
logfile (2, optional) create a new empty logfile and (3) send a signal to
each mongrel in the cluster and have them understand it''s time to reopen
their log file handles. This is what I do with apache and
2018 Apr 09
1
EuroLLVM'18 : moderators needed!
The EuroLLVM'18 Developers’ Meeting relies on volunteers to keep things
running smoothly. Moderators are critical to this as they keep speakers on
track and facilitate Q&A after the talk. I’m looking for community members
who would be attending specific talks anyway, to volunteer to moderate the
sessions.
If you are interested in volunteering, *please respond to this email with
your first