search for: zack

Displaying 20 results from an estimated 292 matches for "zack".

Did you mean: back
2010 Aug 23
1
Cannot migrate database, strange error!
.... The error is Mysql::Error: Key column ''login'' doesn''t exist in table: CREATE UNIQUE INDEX `index_users_on_login` Heres the trace: DEPRECATION WARNING: Rake tasks in vendor/plugins/restful-authentication/tasks are deprecated. Use lib/tasks instead. (called from /Users/Zack/.gem/ruby/1.8/gems/rails-2.3.8/lib/tasks/rails.rb:10) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate == CreateUsers: migrating ==================================================== -- create_table("users", {:force=>true...
2017 Aug 15
1
Shiny install failed
Yes windows How can i install from zip? Here is my command > install.packages("shiny") Installing package into ?C:/Users/Zack/Documents/R/win-library/3.4? (as ?lib? is unspecified) There is a binary version available but the source version is later: binary source needs_compilation shiny 1.0.3 1.0.4 FALSE installing the source package ?shiny? trying URL 'https://cran.rstudio.com/src/contrib/s...
2017 Aug 15
2
Shiny install failed
...get trying URL 'http://cran.rstudio.com/src/contrib/shiny_1.0.4.tar.gz' Content type 'application/x-gzip' length 2329723 bytes (2.2 MB) downloaded 2.2 MB Warning in install.packages : running command '"C:/PROGRA~1/R/R-34~1.1/bin/x64/R" CMD INSTALL -l "C:\Users\Zack\Documents\R\win-library\3.4" C:\Users\Zack\AppData\Local\Temp\RtmpYhM8h8/downloaded_packages/shiny_1.0.4.tar.gz' had status 65535 Warning in install.packages : installation of package ?shiny? had non-zero exit status [[alternative HTML version deleted]]
2017 Aug 15
0
Shiny install failed
Dear Zack At a guess you are on Windows and instead of installing from the zip file you are trying to install from source. If you do not grasp the difference try posting again showing us exactly what command you used and confirm your operating system Please also post in plain text not HTML as your messa...
2006 Mar 08
6
best practices for handling uploaded images and capistrano
...plugin to manage uploading thumbnails. By default the images are stored in the public/ dir of the rails project. The problem I see is that when capistrano redeploys a new build and symlinks it in none of the images will be in the new public/ dir... Does anyone have a solution for this? Thanks, Zack -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060308/d6d12957/attachment-0001.html
2006 May 02
4
How to extend rails rake tasks?
Does anyone know how to extend the buit-in rake tasks like test:unit. I want to custom load some fixtures in a particular order. Thanks, Zack
2006 Aug 07
5
RJS Change Background Color
What''s the page.method to change the background color of a DOM element? I''m trying to change the background color of a couple of styled <li>''s when an Ajax link is clicked. Thanks, David -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060807/63de04bf/attachment.html
2015 Jun 10
4
[LLVMdev] The use iterator not working...
...erator was actually giving me the "user" when de-referencing it. Did it always have this behavior in previous LLVM versions? I've seen lots of examples of the "use" iterator being dereferenced and resulting Instruction pointer being treated as the "user"? Thanks, Zack On Tue, Jun 9, 2015 at 7:25 PM, Jonathan Roelofs <jonathan at codesourcery.com> wrote: > > > On 6/9/15 8:02 PM, Zack Waters wrote: > >> Hi, >> >> I'm having a problem with the use iterator. Each "use" that I see, when >> using the use_itera...
2015 Jun 10
2
[LLVMdev] The use iterator not working...
...uot;. So this is not the behavior anymore. https://github.com/llvm-mirror/llvm/commit/d1fe495464e4abc384565813cbf1cb8b130e5a6d - // Retrieve a pointer to the current User.- UserTy *operator*() const {- assert(U && "Cannot dereference end iterator!");- return U->getUser();- } Zack On Wed, Jun 10, 2015 at 7:17 AM, Daniel Berlin <dberlin at dberlin.org> wrote: > It has, AFAIK, always been this way. > It is also a common source of bugs, as I believe you have discovered. > > If we had llvm-specific "clang warnings", this would be one i added > (...
2006 May 30
7
Stripping HTML tags from a string
...? Right now I''m just calling gsub!(/<.*?>/, ''''), but with a background in PHP and always having used its strip_tags() method, I wonder if the Rails community has standardized this fairly common task with something a bit less simpleminded than my quick fix. Thanks! Zack -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060530/f69f748d/attachment.html
2017 Aug 18
2
R Issues with packages
...ot;) Downloading GitHub repo dadrivr/ffanalytics at master from URL https://api.github.com/repos/dadrivr/ffanalytics/zipball/master Installing ffanalytics "C:/PROGRA~1/R/R-33~1.3/bin/x64/R" --no-site-file \ --no-environ --no-save --no-restore --quiet CMD \ INSTALL \ "C:/Users/Zack/AppData/Local/Temp/RtmpeQRO2q/devtools1cbc9da8e1/dadrivr-ffanalytics-dc81c5a" \ --library="C:/Users/Zack/Documents/R/win-library/3.3" \ --install-tests Installation failed: Command failed (65535) I then try installing all dependencies using this code install.packages(c(&quot...
2007 Oct 17
2
Need help with function that includes 2 summation
...question than it seems to me. I am trying to create a function that includes two summations, and can't figure out how. I am attaching the equation as a pdf file. This function will then be optimized over a chosen range of values, but right now I just need help with the function. Thank you. Zack Darnell Duke University -- Zack Darnell Duke University Marine Lab 135 Duke Marine Lab Rd. Beaufort, NC 28516 Tel: (252) 732-5727 Email: mzd2 at duke.edu -------------- next part -------------- A non-text attachment was scrubbed... Name: equation.pdf Type: application/pdf Size: 10971 bytes Des...
2017 Aug 18
1
R Issues with packages
...onductor packages. (Not supported here... use Google.) > > And learn to post plain text in the future to avoid scrambling what you thought you sent before we see it. Read the Posting Guide. > -- > Sent from my phone. Please excuse my brevity. > > On August 18, 2017 7:33:35 AM PDT, Zack Haney <zack.haney at gmail.com> wrote: >>so I am trying to get my R setup to run this users package. Any help >>would >>be great THANKS >> >>devtools::install_github(repo = "dadrivr/ffanalytics") >> >>I get this >> >>devtools::in...
2006 Jan 05
3
has_one :dependent => true question
...is to save the Account object then save the User object. Is there a best practices way of doing this? Essentially the sql you want to spit out is: start transaction; insert into accounts (...) values (...); insert into users (account_id, ...) values (last_insert_id(), ...); commit; Thanks, Zack
2017 Aug 18
0
R Issues with packages
...ough CRAN... they are Bioconductor packages. (Not supported here... use Google.) And learn to post plain text in the future to avoid scrambling what you thought you sent before we see it. Read the Posting Guide. -- Sent from my phone. Please excuse my brevity. On August 18, 2017 7:33:35 AM PDT, Zack Haney <zack.haney at gmail.com> wrote: >so I am trying to get my R setup to run this users package. Any help >would >be great THANKS > >devtools::install_github(repo = "dadrivr/ffanalytics") > >I get this > >devtools::install_github(repo = "dadrivr/ff...
2006 Aug 07
16
Monthly billing and payment processor recommendations?
...the site. I''m hoping to find an API to integrate with. I have contacted Cybersource and while they have a killer API, they don''t provide Ruby integration yet. I know some have used the Cybersource C bindings but this seems messy. Anyone out there have advice to share? Thanks, Zack
2010 Aug 19
6
Depreciation warning when running a db migrate!
Hey, Whenever i try and run a db migrate i get this error: DEPRECATION WARNING: Rake tasks in vendor/plugins/livevalidation/tasks and vendor/plugins/restful-authentication/tasks are deprecated. Use lib/tasks instead. (called from /Users/Zack/.gem/ruby/1.8/gems/rails-2.3.8/lib/tasks/rails.rb:10) I tried moving the different plugins task rake files to lib/tasks and i got no error but the database did not migrate. How can I fix this? Many thanks, jakx12. -- Posted via http://www.ruby-forum.com/. -- You received this message because...
2006 Jan 11
3
How do you do a custom sql call in rails?
...I integrate this into my @customer.save call??? Should I add a before_create method to the Customer model and do a custom sql call? If so what is the sytax on this call? self.connection.select(...)? Should I just use the find_by_sql() method? Any insight would be greatly appreciated. Thanks, Zack --- Schema snip --- create table accounts ( id int unsigned not null auto_increment, ... primary key (id) ) engine=innodb; create table customer_number_sequences ( account_id int unsigned not null, current_number int unsigned default 0, foreign key (account_id) references accounts(i...
2007 May 31
4
Sample Merb App
I put together a sample app to help people learn Merb: http://svn.depixelate.com/applications/invoice_tracker/ I also blogged about it here: http://depixelate.com/2007/5/31/taking-merb-for-a-spin -- Zack Chandler http://depixelate.com
2006 Feb 14
2
Inline list editing with RJS: best practices
...uter <li> elements from the partial only in the RJS call like this: page.replace_html "item_" + item.id.to_s, my_method_that_strips_the_outer_li( render :partial => ''item'') But I have a feeling that there is a much more elegant way to do this. Ideas? Thanks, Zack