Adam Lassek

4,165
reputation
453 views

Registered User

name Adam Lassek
member for 1 year
seen 16 mins ago
website
location Omaha, NE, United States
age 27
1h
revised Is there anything our there explains the api.rubyonrails.org
added 25 characters in body
1h
answered Is there anything our there explains the api.rubyonrails.org
7h
comment Ajax file upload
Should have said Http behavior. In fact, it's a bit lower-level than javascript. Most browsers provide an API through js but IE 5-6 implemented it as an ActiveX object instead. My point was this is not a js framework issue.
22h
comment Ajax file upload
It's not the framework that needs to be worked around, but basic HTML behavior. You can't currently do file uploads in XHR.
23h
answered Ajax file upload
Dec
8
revised Ruby on Rails time_select plugins?
fixed your broken link
Dec
7
comment Does C# include finite state machines?
The fact that Iterators use a FSM is irrelevant to the question at hand. The OP wants to create his own.
Dec
7
comment How to make Ruby AES-256-CBC and PHP MCRYPT_RIJNDAEL_128 play well together
Tangential to your question, but be careful with AES-256: schneier.com/blog/archives/…
Dec
3
comment Can someone copyright a SQL query?
A modified version would be considered a derivative work of the original script depending on how much alteration occurs. You would have to rewrite most of it to avoid the original copyright, in which case you may as well just rewrite the whole thing and be done with it.
Dec
3
comment Can someone copyright a SQL query?
This is the crux of the OP's question; whether the contract makes this a work for hire.
Dec
1
accepted NoMethodError with collection_select
Dec
1
awarded  Populist
Nov
20
revised Why is this render :partial line iterating my collection twice?
added 642 characters in body
Nov
20
revised Why is this render :partial line iterating my collection twice?
added 24 characters in body; added 301 characters in body
Nov
20
comment Why is this render :partial line iterating my collection twice?
I get undefined local variable when I try that. How do I access the properties?
Nov
20
revised Why is this render :partial line iterating my collection twice?
added 879 characters in body; edited body
Nov
20
comment Why is this render :partial line iterating my collection twice?
Rather than just form fields, I want to display the existing employment records with only certain fields editable, the delete field in particular. Is it possible to display fields as plain html inside field_for? I was using render :partial because that gave me a local variable for each record.
Nov
20
revised Why is this render :partial line iterating my collection twice?
added 50 characters in body
Nov
20
comment Why is this render :partial line iterating my collection twice?
I'm already using accepts_nested_attributes_for in there, sorry I forgot to include it in my example. But when I remove the :collection parameter, it tries to evaluate nil.person in the partial.
Nov
20
comment Why is this render :partial line iterating my collection twice?
fields_for is an iterator? I though it just changes the form builder's name generation.
Nov
20
asked Why is this render :partial line iterating my collection twice?
Nov
19
revised Unobtrusive dynamic form fields in Rails with jQuery
added 1287 characters in body
Nov
19
awarded  Nice Answer
Nov
18
revised Unobtrusive dynamic form fields in Rails with jQuery
added 160 characters in body
Nov
17
answered Unobtrusive dynamic form fields in Rails with jQuery
Nov
11
revised Unobtrusive dynamic form fields in Rails with jQuery
added 230 characters in body
Nov
10
comment Unobtrusive dynamic form fields in Rails with jQuery
That's very helpful, thank you. Could you post an example of how you create new form fields?
Nov
10
comment Unobtrusive dynamic form fields in Rails with jQuery
I need to be able to support nested forms, but I'm trying to grasp the basics right now. I have jRails installed, but I'm not using it; like I said I want to do it the unobtrusive way, and I'd rather not have to learn another DSL when I'm perfectly good at javascript.
Nov
9
asked Unobtrusive dynamic form fields in Rails with jQuery
Nov
4
comment RubyODBC Cannot allocate SQLHENV
Thank you, that finally solves the issues I've been having. Must be a Karmic-specific bug.
Oct
28
comment is this a valid ruby syntax ?
Yes, it would be step =~ /apples|banana|cheese/i
Oct
23
comment Associating two records after create in Rails
Yeah, that's what I'm doing if both are created at the same time, but if one of them already exists, this won't work.
Oct
23
asked Associating two records after create in Rails
Oct
15
awarded  Popular Question
Sep
29
answered NoMethodError with collection_select
Sep
29
asked NoMethodError with collection_select
Sep
25
comment Secrets for burning the midnight oil
"Coffee naps" are an interesting phenomenon. Specifically, you should nap for no more or less than 30 mins or else the effect is diminished from what I've read.
Sep
17
comment Using Rails models with accepts_nested_attributes_for
I can't believe that with all the documentation I've looked through, that wasn't pointed out more clearly. Thanks.
Sep
17
asked Using Rails models with accepts_nested_attributes_for
Sep
16
comment Learning C# in Mono
OSX support has advanced significantly since this post, Monodevelop is now officially released for the platform, and Banshee for OSX is in beta I believe.
Sep
10
comment How do I get a real name stored in Active Directory from an username with C#?
Good to know. Updated with using statements.
Sep
10
revised How do I get a real name stored in Active Directory from an username with C#?
added using statements to avoid memory leak
Sep
3
answered Rails Plugins
Aug
25
awarded  Good Answer
Aug
25
accepted When I instantiate an ASP.NET usercontrol at runtime, why does it ignore the ASCX file?
Aug
21
accepted Can you change which subversion repository a client is logged in to?
Aug
14
awarded  Yearling
Aug
11
comment What are some good LINQ resouces?
Sure, see above.
Aug
11
revised What are some good LINQ resouces?
added 1594 characters in body
Aug
7
awarded  Popular Question