User srboisvert - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T02:56:08Z http://stackoverflow.com/feeds/user/6805 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/349711/ruby-on-rails-state-machines 9 ruby on rails state machines srboisvert 2008-12-08T14:28:04Z 2009-11-28T16:49:45Z <p>I'm looking to implement a state machine to manage a user moving through a series of steps over an extended period of time (weeks) with emails and then they interact with the app. I've looked at a couple of AASM plugins and forks (it seems like this plugin space has become a bit chaotic) and am curious what people would recommend.</p> <p>I saw the automatic AASM by hashrocket, that transitions states using cron, and from the title it looks like it might fit the bill but there doesn't appear to be any documentation anywhere and it looks more like a skeleton app than a plugin.</p> http://stackoverflow.com/questions/1174514/set-up-gitosis-but-cant-clone/1783293#1783293 0 Answer by srboisvert for Set up Gitosis, but can't clone srboisvert 2009-11-23T14:02:37Z 2009-11-23T14:02:37Z <p>I found <a href="http://progit.org/book/ch4-7.html" rel="nofollow">these instructions</a> provided more explanation of what you are doing when you install gitosis. Might help someone.</p> http://stackoverflow.com/questions/197708/what-are-the-best-options-for-rich-text-editing-in-rails 2 What are the best options for Rich Text Editing in Rails? srboisvert 2008-10-13T14:13:00Z 2009-10-15T03:08:20Z <p>I'd like to use Rich Text Editing in place on forms in order to let admins change instructions. What are the best options for doing this?</p> <p>[To be more clear - the admins are non-technical but may want to control some formatting without using markup or with as little markup as possible. What I'd like is for them to be able to edit inline all AJAXy with an RTE featuring some formatting controls and then submit and be able to see what the instructions will look like to the end user without changing pages.</p> <p>With Regards to plugins specifically, what I'd like to know is which Rich Test Editing plugins are the best for use in Rails. Easiest to implement, clearest API, easiest to use inline, etc... ] </p> http://stackoverflow.com/questions/888744/rails-integration-testing-thinkingsphinx-with-cucumber-and-webrat-how-do-i-i 2 Rails: Integration testing thinking_sphinx with cucumber and webrat - how do I index transactional fixtures? srboisvert 2009-05-20T15:46:58Z 2009-09-04T13:20:36Z <p>I'd like to have some Cucumber/webrat integration tests of my search features that use <code>thinking_sphinx &amp; sphinx</code> but the problem is that the data is loaded and then rolled back in a transaction during a typical cucumber test so there is no way for thinking_sphinx to index it. Alternatively, is there a way to turn transactions off for just a subset of tests?</p> <p>Have you solved this problem? </p> <p>[edit - please don't suggesting mocking out the search results. I want the integration test to test the integration of all the features including thinking_sphinx].</p> http://stackoverflow.com/questions/888744/rails-integration-testing-thinkingsphinx-with-cucumber-and-webrat-how-do-i-i/1379213#1379213 0 Answer by srboisvert for Rails: Integration testing thinking_sphinx with cucumber and webrat - how do I index transactional fixtures? srboisvert 2009-09-04T13:20:36Z 2009-09-04T13:20:36Z <p>Another example of using tags to seperate cucumber thinking sphinx tests using cucumber tags <a href="http://blog.new-bamboo.co.uk/2009/9/4/cucumber-tags-for-fun-and-profit" rel="nofollow">here</a>.</p> http://stackoverflow.com/questions/1347914/mingw32-ruby-installer-for-windows 1 mingw32 Ruby Installer for Windows srboisvert 2009-08-28T15:55:38Z 2009-08-28T21:40:42Z <p>How good is the new <a href="http://rubyinstaller.org/" rel="nofollow">Ruby Installer for Windows</a>?</p> <p>I asked before about why Ruby was so <a href="http://stackoverflow.com/questions/920201/why-is-ruby-so-much-slower-on-windows">slow on windows</a> and now I've seen some <a href="http://antoniocangiano.com/2009/08/04/a-faster-ruby-on-windows-is-possible/" rel="nofollow">impressive benchmarks</a> showing marked speed improvements with the minGW compilation used in the new installers and am curious how it has worked for people who have tried it?</p> <p>How many gems are broken for this version? Any big ones you have been bit by not on this <a href="http://wiki.github.com/oneclick/rubyinstaller/gem-list" rel="nofollow">list</a>?</p> http://stackoverflow.com/questions/631013/with-activerecord-hasmany-through-relationships-how-do-i-delete-associations-whi 1 With ActiveRecord has_many through relationships how do I delete associations while keeping objects srboisvert 2009-03-10T16:11:34Z 2009-08-28T19:02:24Z <p>In Rails how do you delete a has-many through association while retaining the formerly associated objects? Is there an ActiveRecord way to do this or I do need to write the SQL?</p> <p>Also is it possible for the objects to remain friends once the relationship is gone? [ &lt;-- lame joke attempt]</p> http://stackoverflow.com/questions/193965/are-there-any-good-open-source-bdd-tools-for-c-c 3 Are there any good open source BDD tools for C/C++? srboisvert 2008-10-11T11:08:54Z 2009-08-06T05:09:28Z <p>I love the Ruby RSpec BDD development style. Are there any good tools for doing this with C/C++?</p> http://stackoverflow.com/questions/920201/why-is-ruby-so-much-slower-on-windows 5 Why is ruby so much slower on windows? srboisvert 2009-05-28T10:32:31Z 2009-08-04T15:27:51Z <p>What are the specific technical causes of Ruby being so much slower on Windows? People report about a 3X speed drop from Linux/OSX and there are some vague discussions about Ruby using a compiler for Windows versions that produces slow code but I can't find any specific details.</p> <p>Anybody know the specifics? I'm not interested in hurf durf Windoze sucks yuk yuks.</p> http://stackoverflow.com/questions/920201/why-is-ruby-so-much-slower-on-windows/1228168#1228168 0 Answer by srboisvert for Why is ruby so much slower on windows? srboisvert 2009-08-04T15:27:51Z 2009-08-04T15:27:51Z <p>I'm pretty excited by the new version of the installer. The benchmarks <a href="http://antoniocangiano.com/2009/08/04/a-faster-ruby-on-windows-is-possible/" rel="nofollow">here</a> look pretty promising.</p> http://stackoverflow.com/questions/1209017/is-there-a-trick-to-installing-rmagick-imagemagick-on-ubuntu 0 Is there a trick to installing RMagick & ImageMagick on Ubuntu? srboisvert 2009-07-30T20:05:16Z 2009-07-31T08:30:50Z <p>I keep getting Segmentation faults in the rmagick_processor.rb:52 (part of attachment_fu) while trying to run the test suite for community_engine on a fresh ruby app.</p> <p>I've noticed I have both librmagick-ruby and librmagic-ruby1.8 which are both ImageMagick APIs for Ruby. Should it be just one? If so which?</p> http://stackoverflow.com/questions/1209017/is-there-a-trick-to-installing-rmagick-imagemagick-on-ubuntu/1209138#1209138 1 Answer by srboisvert for Is there a trick to installing RMagick & ImageMagick on Ubuntu? srboisvert 2009-07-30T20:27:31Z 2009-07-30T20:27:31Z <p>Further investigation revealed that the error was intermittent and after a few iterations I realized it was when I had a bunch of other apps on the go that the error would show up. So for a change, instead of it being a coding error or install screw up on my part, it was a much more mundane segmentation fault - I was running out of memory. Been a while since I have banged my head on that particular ceiling but it is a new Ubuntu install on an old laptop.</p> http://stackoverflow.com/questions/1047118/how-can-i-have-autospec-test-not-run-the-full-test-suite-after-everything-goes-gr/1048293#1048293 1 Answer by srboisvert for How can I have autospec/test not run the full test suite after everything goes green? srboisvert 2009-06-26T09:59:21Z 2009-06-26T10:05:35Z <p>Are you sure you are not confused about the intended behaviour of autotest's heuristics?</p> <p>My understanding is that it runs tests for what has changed and will keep running failed tests until they pass and then once they pass it runs the whole test suite to make sure nothing else broke.</p> <p>In effect it is being conservative and making sure you haven't introduced side effects that break other unrelated tests which is probably a good thing. The problem of course is that if you are doing fast red - green cycles you are going to be running your full suite a lot.</p> <p>If you want to change these behaviours you need to edit the heuristics in the <code>rails_autotest.rb</code> file for zentest.</p> http://stackoverflow.com/questions/1036821/how-to-delete-rails-log-file-after-certain-size/1038260#1038260 0 Answer by srboisvert for how to delete rails log file after certain size srboisvert 2009-06-24T13:14:44Z 2009-06-24T13:14:44Z <pre><code>config.logger = Logger.new(config.log_path, 50, 1.megabyte) </code></pre> <p>but beware that multiple mongrels can have issues with this.</p> http://stackoverflow.com/questions/1034411/how-do-i-do-reflexive-self-join-relationships-in-activerecord/1035762#1035762 0 Answer by srboisvert for How do I do reflexive self-join relationships in ActiveRecord? srboisvert 2009-06-23T23:20:35Z 2009-06-23T23:20:35Z <p>Take a look at the answer from pbarry to my <a href="http://stackoverflow.com/questions/536261/tricky-active-record-relationships-polymorphic-bi-directional-self-referential">question</a></p> http://stackoverflow.com/questions/793743/mp3-playback-with-dynamic-tempo-adjustment 0 MP3 playback with dynamic tempo adjustment srboisvert 2009-04-27T14:27:19Z 2009-06-23T22:43:16Z <p>I need to whip up a quickie app, something quick and dirty, on windows that lets a user control the tempo of a playing mp3 file with a slider.</p> <p>Any recommendations on libraries/programming languages/controls that can make this easy?</p> <p>I don't have control over the media choice (has to be mp3) or the platform (has to be windows)</p> <p>Edit: Actually, I can convert the files to whatever format is necessary.</p> http://stackoverflow.com/questions/1013867/recommendations-for-a-snappy-ubuntu-rails-server/1016885#1016885 3 Answer by srboisvert for Recommendations for a snappy Ubuntu + Rails server srboisvert 2009-06-19T08:20:58Z 2009-06-19T08:20:58Z <p>Passenger is slow at first requests because it is idling and it shuts down all the rails processes so the first request has to load a rails process. You need to either ping regularly to avoid it idling and closing rails processes or set the idle timeout to a high value.</p> <p>Look in the documentation for RailsPoolIdleTime</p> http://stackoverflow.com/questions/1015578/why-are-rails-and-passenger-eating-up-my-memory/1016874#1016874 0 Answer by srboisvert for Why are Rails and Passenger eating up my memory? srboisvert 2009-06-19T08:14:18Z 2009-06-19T08:14:18Z <p>You need to do some <a href="http://blog.pluron.com/2008/02/memory-profilin.html" rel="nofollow">memory profiling</a>. </p> http://stackoverflow.com/questions/1015739/how-can-we-watch-the-rails-development-log/1016833#1016833 1 Answer by srboisvert for How can we watch the Rails development log? srboisvert 2009-06-19T07:59:28Z 2009-06-19T07:59:28Z <p>Netbeans seems to stop displaying the dev log in the console window when the dev log gets too large. At least that was my experience.</p> http://stackoverflow.com/questions/1011628/detecting-regional-settings-list-separator-from-web/1013124#1013124 0 Answer by srboisvert for Detecting regional settings (List Separator) from web srboisvert 2009-06-18T14:53:01Z 2009-06-18T14:53:01Z <p>Could you just have the users with non comma separators set a profile kind of option and then generate CSVs based on user settings with the default being commas?</p> http://stackoverflow.com/questions/1005150/get-method-for-testing-in-rails/1006107#1006107 1 Answer by srboisvert for get method for testing in rails srboisvert 2009-06-17T09:57:53Z 2009-06-17T09:57:53Z <p>One other thing you might like to know is that Railspace has evolved into <a href="http://github.com/insoshi/insoshi/tree/master" rel="nofollow">Insoshi</a> so the latest code is available there. Might be handy for you when you run into other issues. </p> http://stackoverflow.com/questions/984479/ruby-on-rails-is-seeding-data-with-fixtures-dangerous/985773#985773 1 Answer by srboisvert for Ruby on Rails - is seeding data with fixtures dangerous? srboisvert 2009-06-12T09:16:26Z 2009-06-12T09:16:26Z <p>How about just deleting the task off your production server once you have seeded the database?</p> http://stackoverflow.com/questions/978779/rails-how-to-implement-counter-caching-with-self-referential-many-to-many-via-ha 1 Rails: How to implement counter caching with self-referential Many to Many via has_many :through srboisvert 2009-06-11T00:32:53Z 2009-06-11T06:29:13Z <p>How can I roll my own counter cache for a self-referential many-to-many relationship that uses <code>has_many :through</code>?</p> <p>I need to track the number of citations and references for each article</p> <p>I'm using roughly the code from the answer to this <a href="http://stackoverflow.com/questions/536261/tricky-active-record-relationships-polymorphic-bi-directional-self-referential">question</a>:</p> <pre><code>class Publication &lt; ActiveRecord::Base has_many :citations has_many :cited_publications, :through =&gt; :citations, :source =&gt; :reference has_many :references, :foreign_key =&gt; "reference_id", :class_name =&gt; "Citation" has_many :refered_publications, :through =&gt; :references, :source =&gt; :publication end class Citation &lt; ActiveRecord::Base belongs_to :publication belongs_to :reference, :class_name =&gt; "Publication" end </code></pre> http://stackoverflow.com/questions/971367/rails-haml-conversion-problems-unexpected-kensure-expecting-kend 1 Rails HAML conversion problems - unexpected kENSURE, expecting kEND srboisvert 2009-06-09T17:14:46Z 2009-06-09T19:04:24Z <p>I'm trying to switch over to using HAML for my views but I keep getting unexpected KENSURE messages. I've used html2haml to switch over working view files. First run through it told me I didn't need the end that html2haml had in its output so I removed it and now I get errors that look like it is complaining about the form not being ended.</p> <p>What am I doing wrong?</p> <p>error message:</p> <pre><code>compile error app/views/sessions/new.html.haml:20: syntax error, unexpected kENSURE, expecting kEND app/views/sessions/new.html.haml:22: syntax error, unexpected $end, expecting kEND </code></pre> <p>application.html.haml:</p> <pre><code>!!! %html %head %title = APP_CONFIG[:site_name] + ': ' + @page_title == &lt;meta http-equiv="content-type" content="text/xhtml; charset=utf-8" /&gt; == &lt;meta http-equiv="imagetoolbar" content="no" /&gt; == &lt;meta name="distribution" content="all" /&gt; == &lt;meta name="robots" content="all" /&gt; == &lt;meta name="resource-type" content="document" /&gt; == &lt;meta name="MSSmartTagsPreventParsing" content="true" /&gt; = stylesheet_link_tag 'base' = javascript_include_tag :defaults %body #container #header - if logged_in? = link_to 'Logout', logout_path - else = link_to 'Login', login_path = link_to 'Signup', signup_path #content = flash_messages = yield :layout </code></pre> <p>and sessions/new.html.haml</p> <pre><code>= title "Login", :h2 - form_tag session_path do %fieldset %legend Your Details %ol %li = label_tag 'login', 'Username' = text_field_tag 'login', @login %li = label_tag 'password' = password_field_tag 'password', nil %li = label_tag 'remember_me', 'Remember me' = check_box_tag 'remember_me', '1', @remember_me .buttons = submit_tag 'Login' = link_to 'Forgotten Password', forgot_password_path </code></pre> http://stackoverflow.com/questions/966052/cucumber-selenium-fails-randomly/966421#966421 2 Answer by srboisvert for Cucumber + selenium fails randomly. srboisvert 2009-06-08T19:08:52Z 2009-06-08T19:08:52Z <p>Have you looked at the timing of the requests? My gut says it is that selenium is moving too fast.</p> <p>Can you post your cucumber steps and the error messages and log details for each failure?</p> http://stackoverflow.com/questions/963343/how-do-i-edit-multiple-records-in-one-ruby-on-rails-form/964058#964058 0 Answer by srboisvert for How do I edit multiple records in one Ruby on Rails form? srboisvert 2009-06-08T09:27:48Z 2009-06-08T09:27:48Z <p>Wow. That is some timing. The item right before this question in my RSS reader is the latest <a href="http://railscasts.com/episodes/165-edit-multiple" rel="nofollow">railscast</a> from Ryan Bates and it appears to cover exactly what you are asking.</p> http://stackoverflow.com/questions/937703/referencing-controller-methods-in-my-index-page-in-a-scaffold-ed-rails-app/938543#938543 1 Answer by srboisvert for Referencing controller methods in my index page in a scaffold-ed rails app srboisvert 2009-06-02T08:44:19Z 2009-06-02T08:44:19Z <p>This <a href="http://www.russellquinn.com/2008/02/03/customing-form-controls-in-rails/" rel="nofollow">blog post</a> has roughly what you are looking for. Just change the images so they are the buttons you want.</p> http://stackoverflow.com/questions/938181/upgraded-mysql-from-5-0-to-5-1-now-rails-2-3-is-broken-on-mac/938468#938468 0 Answer by srboisvert for Upgraded mysql from 5.0 to 5.1, now Rails 2.3 is broken (on Mac) srboisvert 2009-06-02T08:18:44Z 2009-06-02T08:18:44Z <p>Read <a href="http://www.napcsweb.com/blog/2007/06/01/mysql-gem-on-osx/" rel="nofollow">this</a>.</p> http://stackoverflow.com/questions/931212/routing-inspection/931805#931805 0 Answer by srboisvert for Routing Inspection srboisvert 2009-05-31T10:25:26Z 2009-05-31T10:25:26Z <p>I'm not sure exactly what you are asking but these are what I consider the go to resources for routing:</p> <p><a href="http://guides.rubyonrails.org/routing.html" rel="nofollow">Rails Routing from the Outside In</a></p> <p><a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9060861" rel="nofollow">Ruby on Rails routing demystified</a></p> http://stackoverflow.com/questions/927382/whats-the-best-way-to-force-a-domain-with-a-rails-app-ex-example-com-instead-o/929617#929617 0 Answer by srboisvert for what's the best way to force a domain with a rails app? ex: example.com instead of www.example.com srboisvert 2009-05-30T11:54:50Z 2009-05-30T11:54:50Z <p>You might not want to hear it but I suggest fixing what breaks instead. You've hard coded your domain somewhere in your app, probably in your routing but it is not possible to tell without the specifics of the error(s), and you need to remove that so you, or some other maintainer, won't have to deal with it again in the future.</p> http://stackoverflow.com/questions/1215507/unable-to-run-ruby-on-rails-app/1215515#1215515 Comment by srboisvert on Unable to run ruby on rails app? srboisvert 2009-08-01T08:48:46Z 2009-08-01T08:48:46Z What specifically do you mean by &quot;it doesn't load&quot;? 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? http://stackoverflow.com/questions/1045922/what-do-you-prefer-for-showing-your-local-rails-projects-to-friends/1045930#1045930 Comment by srboisvert on What do you prefer for showing your local rails projects to friends? srboisvert 2009-06-26T10:16:46Z 2009-06-26T10:16:46Z And firewalled and you probably don't want to show everyone so you may also want to add some authentication. http://stackoverflow.com/questions/790947/best-hosting-for-students-practice-and-pet-projects-should-support-rails/791829#791829 Comment by srboisvert on Best hosting for student's practice and pet projects? Should support rails srboisvert 2009-06-23T23:17:18Z 2009-06-23T23:17:18Z 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. http://stackoverflow.com/questions/1013270/developing-in-ruby-on-windows/1013310#1013310 Comment by srboisvert on Developing in Ruby on Windows srboisvert 2009-06-18T17:09:02Z 2009-06-18T17:09:02Z Same for me. I've had lots of grief from Cygwin but no problems at all with msysgit. http://stackoverflow.com/questions/1013270/developing-in-ruby-on-windows/1013297#1013297 Comment by srboisvert on Developing in Ruby on Windows srboisvert 2009-06-18T16:57:11Z 2009-06-18T16:57:11Z I like Netbeans and keep it around for the debugging features but it is really really slow. http://stackoverflow.com/questions/1013270/developing-in-ruby-on-windows/1013309#1013309 Comment by srboisvert on Developing in Ruby on Windows srboisvert 2009-06-18T16:56:20Z 2009-06-18T16:56:20Z I've been playing with RubyMine as well and it is quite good. Probably 2 or 3 times faster than Netbeans. http://stackoverflow.com/questions/978779/rails-how-to-implement-counter-caching-with-self-referential-many-to-many-via-ha/979634#979634 Comment by srboisvert on Rails: How to implement counter caching with self-referential Many to Many via has_many :through srboisvert 2009-06-11T10:04:43Z 2009-06-11T10:04:43Z 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. http://stackoverflow.com/questions/978510/rails-counter-cache-on-a-self-referential-has-many-through-relationship Comment by srboisvert on Rails - Counter Cache on a self referential has many through relationship srboisvert 2009-06-10T23:11:56Z 2009-06-10T23:11:56Z I guess that would be because has-many :through doesn't support counter caching. Roll my own it is... http://stackoverflow.com/questions/978510/rails-counter-cache-on-a-self-referential-has-many-through-relationship Comment by srboisvert on Rails - Counter Cache on a self referential has many through relationship srboisvert 2009-06-10T22:56:19Z 2009-06-10T22:56:19Z Any general pointers for using counter_cache with has_many :through relationships would also be handy as there doesn't seem to be much out there. http://stackoverflow.com/questions/971367/rails-haml-conversion-problems-unexpected-kensure-expecting-kend/971525#971525 Comment by srboisvert on Rails HAML conversion problems - unexpected kENSURE, expecting kEND srboisvert 2009-06-09T19:05:15Z 2009-06-09T19:05:15Z 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 http://stackoverflow.com/questions/854015/nicer-alternative-to-the-default-rails-scaffolding-stylesheet-scaffold-css/860518#860518 Comment by srboisvert on Nicer alternative to the default Rails scaffolding stylesheet: scaffold.css? srboisvert 2009-06-08T19:00:13Z 2009-06-08T19:00:13Z You might also want to check out compass/SASS/Haml. I'm switching over to it right now. http://stackoverflow.com/questions/403965/good-ruby-rails-testing-tutorial/404250#404250 Comment by srboisvert on Good Ruby/Rails testing tutorial? srboisvert 2009-06-04T20:27:33Z 2009-06-04T20:27:33Z Now several months later I would like to recommend both the Rails Prescriptions book from Noel Rappin and the RSpec/Cucumber beta book. http://stackoverflow.com/questions/888744/rails-integration-testing-thinkingsphinx-with-cucumber-and-webrat-how-do-i-i/915532#915532 Comment by srboisvert on Rails: Integration testing thinking_sphinx with cucumber and webrat - how do I index transactional fixtures? srboisvert 2009-05-27T18:06:12Z 2009-05-27T18:06:12Z That's not a big deal. I pull out the thinking_sphinx dependent tests using tags and run them separately. http://stackoverflow.com/questions/915673/no-such-file-to-load-net-ssh-from-rails-controller-on-ubuntu/915912#915912 Comment by srboisvert on 'no such file to load -- net/ssh' from rails Controller on Ubuntu srboisvert 2009-05-27T15:03:08Z 2009-05-27T15:03:08Z Glad to hear it. http://stackoverflow.com/questions/282825/is-rails-a-black-box/285102#285102 Comment by srboisvert on Is Rails a Black Box? srboisvert 2009-05-26T08:03:27Z 2009-05-26T08:03:27Z I'm a rails developer Matt. I am just not a zealot about it. One size doesn't fit all.