James A. Rosen

7,757
Reputation
544 views

Registered User

Name James A. Rosen
Member for 1 year
Seen 14 hours ago
Website
Location US
Age 28
17h
accepted Conditional Dependency in Ruby Gemspec
1d
answered Conditional Dependency in Ruby Gemspec
1d
accepted How to validate a model’s date attribute against a specific range (evaluated at run time)
2d
comment How to validate a model’s date attribute against a specific range (evaluated at run time)
I updated this solution to match the updated use case more closely, but I far prefer my other solution.
2d
answered How to validate a model’s date attribute against a specific range (evaluated at run time)
2d
revised How to validate a model’s date attribute against a specific range (evaluated at run time)
suported multiple models
2d
comment How do I delay a jQuery animation until after others finish?
This is a nasty hack, but it's ingenious! I'll use it if nothing else works.
2d
comment How do I delay a jQuery animation until after others finish?
@Crescent Fresh: The show() and hide() calls are animations, are they not?
2d
answered How to validate a model’s date attribute against a specific range (evaluated at run time)
2d
comment Array to hash of key value pairs in ruby
You sure can; see my answer using inject.
2d
answered Array to hash of key value pairs in ruby
2d
asked How do I delay a jQuery animation until after others finish?
Dec
1
revised Netmask to CIDR in ruby
added monkeypatch version of same code
Dec
1
comment Why does jQuery insist my plain text is not “well-formed”?
Indeed, I was trying it over file:// access. Moving to Apache fixed the problem.
Dec
1
asked Why does jQuery insist my plain text is not “well-formed”?
Dec
1
revised How do I fix PhoneGap build errors?
added further detail and solution
Dec
1
comment How do I fix PhoneGap build errors?
there is no lib directory in my project or in the folder that PHONEGAPLIB points to. Where should it be? And where would it come from?
Dec
1
asked How do I fix PhoneGap build errors?
Nov
27
comment Why can’t I call javac using the Backquotes/Backticks approach in Ruby?
what happens when you get the PATH from a Ruby Kernel exec call? As in %x[echo %PATH%]. How does that compare to running the same command directly in your command shell?
Nov
24
answered Regular expression in Ruby to convert uppercase title into lowercase
Nov
24
revised How do I create a link to a specific Post object in a Rails view?
clarified question title
Nov
24
answered How do I render all Comments in a Rails view?
Nov
24
answered Why can’t I call javac using the Backquotes/Backticks approach in Ruby?
Nov
20
comment How do I do distributed UML development (à la FOSS)?
I have no problem importing a project as an external emx file. The problem is one of maintenance: if your project has a class, say "Twitter::Client," that I inherit from, and then you rename that class to "MyCompany::Twitter::Client," I have to click on each of my subclasses (which in my current project could number hundreds) and fix their parent relationship.
Nov
16
asked How do I do distributed UML development (à la FOSS)?
Nov
13
comment Transliteration in ruby
This seems to be an exact duplicate of my earlier question: stackoverflow.com/questions/225471/…
Nov
12
comment Need to know how hash key are handled in ruby
I particularly like this in your question: "I know using User class is a bad practice. My question is can someone explain to me when User class is used as key then internally how ruby stores the key." It shows how an accident lead to a quest for deeper understanding, and it also helps responders stay on-topic (rather than simply saying, "don't use User as a key.") Very well asked, Roger.
Nov
10
answered rails/ruby - how to rescue ActionView::TemplateError
Nov
10
accepted Why would the Net::LDAP gem prevent tests from running?
Nov
10
comment What is the maximum value for a compound CouchDB key?
I don't think so. The article you linked to says that all strings come before all arrays, which in turn come before all Hashes. So ["some_customer_id", "\uFFFF"] is 'less than' ["some_customer_id", {}].
Nov
10
answered Why would the Net::LDAP gem prevent tests from running?
Nov
6
comment How do I combine @font-face and @media declarations?
I'm planning on supporting all the media types, so one for each would be hard to maintain. But a separate one for mobile might not be so bad.
Nov
6
asked How do I combine @font-face and @media declarations?
Nov
6
answered How to use common named_scope for all ActiveRecord models
Nov
5
comment How do I install a development iPhone app on my phone for testing?
That thread definitely got rid of the ad-hoc version, but alas -- still the same error message. At least it eliminates some possibilities.
Nov
5
comment How do I install a development iPhone app on my phone for testing?
I did actually drop in an ad-hoc version of the mobileprofile before I tried the one customized for my device. How can I get it out of there?
Nov
5
asked How do I install a development iPhone app on my phone for testing?
Nov
4
accepted How do I publish to <me>.github.com?
Oct
29
comment How do I do a View Transition in an iPhone app without allowing back?
So how do I set the IntroViewController as the starting view for the RootViewController? Is it done in Interface Builder or in code?
Oct
29
comment How do I do a View Transition in an iPhone app without allowing back?
Because I'm a total noob, can I get some clarification? Are you suggesting one master Navigation controller (say, RootControllerView), that starts with my IntroControllerView loaded, then calls set instead of push on the transition?
Oct
29
comment How can I encrypt CoreData contents on an iPhone
I'm perfectly happy to do lazy, individual decryptions instead of one massive one if that's (a) easier and (b) faster.
Oct
29
asked How do I do a View Transition in an iPhone app without allowing back?
Oct
29
comment How can I encrypt CoreData contents on an iPhone
Let me try to clarify: there are lots of ways to encrypt and decrypt data. I want to know what fits best in the iPhone universe. What has the lowest friction?
Oct
29
asked How can I encrypt CoreData contents on an iPhone
Oct
26
answered Does it make sense to create a Ruby gem that consists of only Rails template partials?
Oct
23
answered paperclip + gravatar
Oct
23
awarded  Necromancer
Oct
17
awarded  Popular Question
Oct
16
answered Class variables in rails views?
Oct
16
accepted How do I tell Ruby’s OpenSSL library to ignore a self-signed certificate error?