srboisvert

2,842
Reputation
538 views

Registered User

Name srboisvert
Member for 1 year
Seen Nov 23 at 15:05
Website
Location Birmingham, UK
Age
Canadian expat in Birmingham. Doing Ruby on Rails work these days
Nov
23
answered Set up Gitosis, but can’t clone
Nov
6
accepted How can I find out why my app is slow?
Nov
1
awarded  Good Answer
Oct
27
awarded  Popular Question
Oct
12
awarded  Popular Question
Sep
26
awarded  Popular Question
Sep
16
awarded  Yearling
Sep
11
awarded  Taxonomist
Sep
7
awarded  Notable Question
Sep
4
answered Rails: Integration testing thinking_sphinx with cucumber and webrat - how do I index transactional fixtures?
Aug
28
asked mingw32 Ruby Installer for Windows
Aug
17
awarded  Popular Question
Aug
8
awarded  Notable Question
Aug
4
answered Why is ruby so much slower on windows?
Aug
1
comment Unable to run ruby on rails app?
What specifically do you mean by "it doesn't load"? Are you just getting a blank page? Are you getting a page not found? If you try and load and get the blank page can you view source and see if there are doctype headers?
Jul
30
answered Is there a trick to installing RMagick & ImageMagick on Ubuntu?
Jul
30
asked Is there a trick to installing RMagick & ImageMagick on Ubuntu?
Jul
21
awarded  Popular Question
Jul
21
awarded  Popular Question
Jun
29
accepted How can I have autospec/test not run the full test suite after everything goes green?
Jun
26
comment What do you prefer for showing your local rails projects to friends?
And firewalled and you probably don't want to show everyone so you may also want to add some authentication.
Jun
26
revised How can I have autospec/test not run the full test suite after everything goes green?
added 119 characters in body
Jun
26
answered How can I have autospec/test not run the full test suite after everything goes green?
Jun
24
answered how to delete rails log file after certain size
Jun
23
answered How do I do reflexive self-join relationships in ActiveRecord?
Jun
23
comment Best hosting for student’s practice and pet projects? Should support rails
That's a good point but I feel heroku does too much of the work for you. It's a good idea if you want to focus just on rails but if you want to learn the ins and outs of full stack deployment on non-heroku servers I still think you are better off getting your own slice and learning the hard way.
Jun
19
answered Recommendations for a snappy Ubuntu + Rails server
Jun
19
answered Why are Rails and Passenger eating up my memory?
Jun
19
answered How can we watch the Rails development log?
Jun
18
comment Developing in Ruby on Windows
Same for me. I've had lots of grief from Cygwin but no problems at all with msysgit.
Jun
18
comment Developing in Ruby on Windows
I like Netbeans and keep it around for the debugging features but it is really really slow.
Jun
18
comment Developing in Ruby on Windows
I've been playing with RubyMine as well and it is quite good. Probably 2 or 3 times faster than Netbeans.
Jun
18
answered Detecting regional settings (List Separator) from web
Jun
17
answered get method for testing in rails
Jun
12
answered Ruby on Rails - is seeding data with fixtures dangerous?
Jun
11
comment Rails: How to implement counter caching with self-referential Many to Many via has_many :through
Thanks John. That was about 1/2 of what I needed to know but it got me going. I actually had to increment and decrement both the publication_id article's count and the reference_id article's count.
Jun
11
asked Rails: How to implement counter caching with self-referential Many to Many via has_many :through
Jun
9
comment Rails HAML conversion problems - unexpected kENSURE, expecting kEND
That's the solution but I think this debug session has completely put me off of HAML. Closing a few brackets is inconsequential compared to having to deal with inscrutable whitespace parsing errors. The button class also needed to be indented as well and the meta tags are borked by HTML2HAML by being converted to ruby hashes. Too many strange quirks in this DSL for my liking
Jun
9
asked Rails HAML conversion problems - unexpected kENSURE, expecting kEND
Jun
8
answered Cucumber + selenium fails randomly.
Jun
8
comment Nicer alternative to the default Rails scaffolding stylesheet: scaffold.css?
You might also want to check out compass/SASS/Haml. I'm switching over to it right now.
Jun
8
answered How do I edit multiple records in one Ruby on Rails form?
Jun
4
comment Good Ruby/Rails testing tutorial?
Now several months later I would like to recommend both the Rails Prescriptions book from Noel Rappin and the RSpec/Cucumber beta book.