scottru

153
Reputation
18 views

Registered User

Name scottru
Member for 1 year
Seen Nov 16 at 3:42
Website
Location Seattle, WA
Age
Oct
20
comment Rails unit testing doesn’t load fixtures
Thanks, Joe - no error messages. The only gems that are loaded at startup (in environment.rb) are geokit, hpricot, will-paginate. Plugins in vendor/plugins (are those required on load as well? They aren't called out individually) are acts_as_list, acts_as_taggable_on_steroids, acts_as_tree, geokit_rails, hoptoad_notifier, mysql_bigint, rails-footnotes, records_sequence, restful_authentication
Oct
19
answered Rails unit testing doesn’t load fixtures
Oct
1
comment how do I deploy multiple branches to different directories via git push?
just noting for future readers that this is a useful writeup - I ended up following the first response to this question, and really ended up just implementing the second option in this response with my own script - this is a great description of the options. Thanks!
Sep
23
comment how do I deploy multiple branches to different directories via git push?
Second part: this basically worked - I had to switch the "git reset --hard" with "git pull", but otherwise it's good to go. (Well, that and full pathing for git, just for posterity.) Thanks Von! I really appreciate the help.
Sep
23
comment how do I deploy multiple branches to different directories via git push?
Thanks, Von. I read the article and understand the first solution, which really involves just a pull on the remote side (plus sometimes a reset). I will work through this one and see if I can figure out how it works. Do you have any pointers to versions of these hooks?
Sep
23
awarded  Student
Sep
23
comment how do I deploy multiple branches to different directories via git push?
ok, I wasn't trying to start a conversation about the love of source control. Removing throwaway comment.
Sep
23
revised how do I deploy multiple branches to different directories via git push?
removing throwaway comment
Sep
23
asked how do I deploy multiple branches to different directories via git push?
Sep
16
awarded  Yearling
Aug
22
awarded  Scholar
Aug
21
comment Determining image file size + dimensions via Javascript?
Thanks. A few followups: 1) what kind of encoding would happen for jpgs that could increase the size? 2) If the image is resized in-browser, is there any way to get the original image dimensions?
Aug
21
awarded  Editor
Aug
21
comment Determining image file size + dimensions via Javascript?
Note that the first three answers are about the incorrect writeup I started with (where I said I was talking about image upload). My apologies to those folks.
Aug
21
revised Determining image file size + dimensions via Javascript?
mistake in my writeup; deleted 152 characters in body
Aug
21
comment How to show public version of user profile in Rails?
I agree with Sam on this one, with the slight caveat that depending on the differences, it may make more sense to just make the changes inline. For example, on a site where I just want to enable quick-edit functionality for admins, that's a simple condition inside the view, but I don't want to punt out to partials when the differences will be so minor.
Aug
21
asked Determining image file size + dimensions via Javascript?