Michael Sepcot

1,363
Reputation
56 views

Registered User

Name Michael Sepcot
Member for 1 year
Seen Nov 25 at 0:59
Website
Location Chicago, IL
Age 26
Ruby on Rails web developer. Class B Skydiver. Beginner iPhone developer.
Nov
16
comment Using :order and :limit options - Ruby On Rails
Can you post the log of what SQL is trying to be executed?
Nov
16
answered Using :order and :limit options - Ruby On Rails
Nov
11
comment state_machine only works for new records
From pastie.org/689749 it definitely looks like dirty updates are broken. Do dirty updates work with any other ActiveRecord model that doesn't use the state machine? Are you using any other plugins/gems that may be trying to duplicate dirty behavior?
Nov
10
comment state_machine only works for new records
Does update_attribute('state','published') still work? You might just want to overwrite publish! to make the update call manually...
Nov
8
comment state_machine only works for new records
After c.state_will_change! run c.changed does the returned array have "state" in it?
Nov
5
revised state_machine only works for new records
added 146 characters in body
Nov
5
answered state_machine only works for new records
Nov
3
comment Rails redirect with https
You can use :protocol => 'https://' iff you are passing a hash to redirect_to if you are passing a relative URL like in the question above, that will not work. I agree that a before_filter is the better way to go in general.
Nov
2
answered Rails redirect with https
Oct
29
answered Pass additional parameters to a controller
Oct
16
awarded  Commentator
Oct
16
comment Ruby: Parse Excel 95-2003 files?
I'm using spreadsheet for Excel generation and it works great. Haven't had much exposure to the parsing side.
Oct
15
accepted Rails form with three models and namespace
Oct
6
revised Ruby on Rails: “find_create_by_user”
added 68 characters in body
Oct
6
answered Ruby on Rails: “find_create_by_user”
Oct
5
revised How to get rid default xml namespace if I one to serialize an object in wcf using datacontact.
edited tags
Sep
29
comment Rails form with three models and namespace
Looks to be a problem with Rails 2.3.4 and Ruby 1.9.1, more details here: rails.lighthouseapp.com/projects/8994/…
Sep
23
accepted match “[” with ruby regular expressions
Sep
23
comment match “[” with ruby regular expressions
This will also match an empty string. Change * to + to make sure the string has at least one character in the set.
Sep
23
answered match “[” with ruby regular expressions
Sep
20
comment Arithmetic in ruby
There is a pretty good discussion about this on: whynotwiki.com/Ruby_/_Numbers
Sep
19
answered Ruby String#to_class
Sep
19
awarded  Organizer
Sep
17
answered Using Rails models with accepts_nested_attributes_for
Sep
17
answered how to use to_sentence for links?
Sep
16
comment Jagged Oval Edge issue
Not sure what the programmer is doing with the image, but this sounds like an HTML/CSS issue, something better handled by doctype.com
Sep
16
accepted Is it possible to edit a Here document after creating it?
Sep
16
answered Is it possible to edit a Here document after creating it?
Sep
16
accepted ruby-on-rails: mocking a route in functional test
Sep
16
answered Nested resource with Atom Feed Helper
Sep
16
comment Passing parameters in rails redirect_to
What are you actually trying to accomplish? Have you considered saving the data in the session?
Sep
16
answered Rails form with three models and namespace
Sep
16
answered ruby-on-rails: mocking a route in functional test
Sep
16
answered Passing parameters in rails redirect_to
Sep
16
answered ActiveRecord find with association details
Sep
13
awarded  Yearling
Sep
4
awarded  Fanatic
Sep
3
comment Snow Leopard & Ruby on Rails - SQLite3 issue
Make sure you install XCode, the header files are installed as part of the XCode package.
Aug
24
accepted Keep log of capistrano deployments
Aug
6
accepted More precise distance_of_time_in_words
Aug
5
answered How to make dynamic multi-dimensional array in ruby?
Aug
3
answered Keep log of capistrano deployments
Aug
3
answered More precise distance_of_time_in_words
Jun
26
awarded  
Jun
10
answered how can I simply merge a hash into a new one?
Jun
9
accepted Rails won’t let me change records during migration
Jun
9
answered Rails won’t let me change records during migration