Bryan Ward

215
reputation
126 views

Registered User

name Bryan Ward
member for 5 months
seen Dec 11 at 21:49
website
location Lewisburg, PA
age 21
I'm a student at Bucknell University majoring in Computer Science and Engineering as well as Mathematics.
Dec
3
awarded  Popular Question
Nov
30
asked Python integer to read-only buffer
Nov
29
answered creating a controller in Rails
Oct
30
comment Rails unorthodox naming of models with abbreviations
I figured that was the easiest solution, but I didn't know if there was a way to configure it, For example, Rails lets you configure the name of your database table if you have a name you like better, so I thought there might be a way to configure this as well. I take it there isn't?
Oct
30
asked Rails unorthodox naming of models with abbreviations
Oct
30
comment TypeError Conversion on has_many relationship
I'm getting a similar problem except that I only run into the error when I try and append a comment to (in your case) @lead.comments. Did you ever stumble upon the answer?
Oct
27
answered How to use rails within cygwin
Sep
29
awarded  Popular Question
Sep
16
comment Using attributes to specify element structure in XSD
This is what I suspected was the case. Thanks for validating my thoughts.
Sep
16
asked Using attributes to specify element structure in XSD
Sep
8
asked XSD Schema Validation in Ruby
Aug
17
answered Does the iif function compute both paths in SSRS or is it short-circuted?
Aug
14
asked Publish to Google Tasks from rails application
Aug
4
answered What’s the best guide to Rails routes for the totally confused?
Aug
4
answered Ruby unit testing: how to fake Time.now?
Aug
4
answered Generating graphs in a RubyOnRails application
Aug
4
awarded  Critic
Aug
4
answered Ruby unit testing: how to fake Time.now?
Aug
4
answered Find the current stdout OR How to redirect the output back to console.
Aug
3
revised WITH Common Table Expression vs. CREATE VIEW performance
added 8 characters in body; edited title
Aug
3
comment WITH Common Table Expression vs. CREATE VIEW performance
msdn.microsoft.com/en-us/library/… It looks like a Common Table Expression is the WITH clause that I am currently using. Is there a performance difference between the CTE and CREAT-ing an actual VIEW?
Aug
3
asked WITH Common Table Expression vs. CREATE VIEW performance
Aug
3
awarded  Commentator
Aug
3
comment Is it worth swapping Ctrl and Caps Lock for windows users that don’t use Emacs
For Vim users switching caps lock and control is still favorable because ctrl+[ is the same as escape. Thus you can have the control placed conveniently for other applications and avoid the extra few inch stretch to the escape key.
Jul
31
asked MySQL Developer Certification
Jul
30
revised SQL GROUP BY CASE statement with aggregate function
added 16 characters in body
Jul
30
asked SQL GROUP BY CASE statement with aggregate function
Jul
23
comment rails renaming associations
Thanks, that works! I knew there was any easy way to do it.
Jul
23
asked rails renaming associations
Jul
21
comment uninitialized constant ActionController::Dispatcher::MiddlewareStack
This worked for me, even though it is contrary to the has_many_polymorphs documentation.
Jul
21
comment Single Table Inheritance (STI) column associations
Ok, that is what I had thought. What other inheritance models would provide similar functionality to STI?
Jul
21
asked Single Table Inheritance (STI) column associations
Jul
16
comment Find HTML verb for actions in rails
That is the data I'm looking for indeed, but now how I want to get it. I'm trying to generate simple test cases for all of my actions which require user authentication. See my previous question: stackoverflow.com/questions/1137589/… . I'm trying to query the Controller for it's actions and find what verb they are associated to produce the actions variable in that example.
Jul
16
comment Find HTML verb for actions in rails
I'm looking to essentially query the map to find the method for an action. So in your example I would like to be able to start with "create_comment" and have a way to find :post.
Jul
16
asked Find HTML verb for actions in rails
Jul
16
comment Is it possible and/or advisable to generate tests dynamically in rails?
Ok, great that works! I had been trying to write a constructor and put it in there, but you are right you just have to throw it straight into the class, not a separate method call. Thanks!
Jul
16
comment Is it possible and/or advisable to generate tests dynamically in rails?
Where could you put this code so that it gets executed once and only once to setup these test?
Jul
16
revised Is it possible and/or advisable to generate tests dynamically in rails?
added 572 characters in body; edited body
Jul
16
comment Is it possible and/or advisable to generate tests dynamically in rails?
How/where would one go about creating these tests then?
Jul
16
asked Is it possible and/or advisable to generate tests dynamically in rails?
Jul
14
asked Rails order by in associated model
Jul
14
comment Return empty cell from formula in Excel
I wound up using a slight modification to this solution. I then set it to be run before the file is saved and everything works wonderfully.
Jul
13
revised Return empty cell from formula in Excel
added 313 characters in body
Jul
13
revised Return empty cell from formula in Excel
added 3 characters in body
Jul
13
awarded  Editor
Jul
13
revised Return empty cell from formula in Excel
added 130 characters in body
Jul
13
asked Return empty cell from formula in Excel
Jun
26
accepted SQL Pivot based on value between two columns
Jun
24
answered SQL Pivot based on value between two columns
Jun
24
answered Converting hash to string in Ruby.