search for: fund_nam

Displaying 2 results from an estimated 2 matches for "fund_nam".

Did you mean: fund_name
2010 Jun 28
1
Stacking several vectors from the list
...ing typeof) and not as dataframe, and a lot of stuff like regexpr searches in the whole file do not work or behave strangely. I want to stack the fund data, and create a long dataset with a fund name, date, eqy_sh_out and px_volume, with fund name present for each date. That should look like this, Fund_name Date EQY_SH_OUT PX_VOLUME HBNNF US Equity 7/7/2008 #N/A N/A 105000 HBNNF US Equity 7/17/2008 #N/A N/A 590000 HBNNF US Equity 7/22/2008 #N/A N/A 40000 HBNNF US Equity 7/24/2008 #N/A N/A 3000 HBNNF US Equity 7/31/2008 #N/A N/A 1000 HBNNF US Equity 8/20/2008 #N/A N/A 1000 HBNNF US Equity 8/26/2008...
2008 Aug 19
5
RSpec raising routing errors where Rails doesn''t?
Hopefully someone here can help me figure out why the ERB: <% form_for(@fund, :url => {:host => PRIVATE_HOST}, :html => {:class => ''fund'', :multipart => true}) do |f| %> raises an error in my specs: No route matches {:action=>"index"} but works fine in my app and generates the following, desired HTML: <form