similar to: asp''s application object rails equivalent?

Displaying 20 results from an estimated 200 matches similar to: "asp''s application object rails equivalent?"

2007 Apr 30
4
Mocking with Calculated Results
I am setting up an AR mock object and wanted to sanity check it. My intent is to mix this into all my examples and then override/add methods where necessary. Note that I''ve anticipated three cases for find: find with one numeric argument => object find with :all => Array find with anything else => nil This roughly approximates how ActiveRecord::find works in this case
2007 Apr 28
7
[ rspec-Patches-9605 ] Patch for ER 9472, shared behaviour
Hi all - I''ve applied (to trunk) Bob Cotton''s patch which supports shared behaviours (link to tracker below). I''m still toying w/ names, so please be aware that until this is released w/ 0.9 it should be considered experimental and there will NOT be translation support for it. It will definitely be included in some form - just the names (specifically
2009 Aug 26
1
Apache and ASP or asp.net?
Hello, Has anyone got this combination working? Thanks. Dave.
2006 Dec 13
1
rpmforge/dag's perl-Apache-ASP
Has anyone actually had any success in installing the perl-Apache-ASP package from rpmforge? CentOS 4 seems to have just the right combination of almost using mod_perl 2 (1.99 before major API changes) to make this extremely hard to get right while staying with somewhat standard packages. I suspect it's in the repo but not actually tested, as I've tried quite a few combinations of
2006 May 16
0
ASP.NET to Rails, MS to Open Source, Migration
I''m currently coming into Rails with a predominantly ASP.NET background. We do a lot of .net and flash work (last launch was www.uso.org <http://www.uso.org/> ). I''ve done sites in PHP and JSP/Struts in the past, but usually stick closer to the MS model. Anyway, I''m getting into rails and it''s my first introduction to the Open Source community. Seems
2006 Sep 25
1
mono (ASP)
Hi, Does anyone know how do i acquire mono via yum? I had seen a mono-core in DAG's repo. Is this the same thing? Thanks
2013 Jul 10
0
output ggplot2 graph from asp.net?
Hello there, I want to output ggplot2 graphs(b/c they are pretty) in ASP.NET(C#). Any one has success or is it feasible to do? Online said R.net is a choice but said it's not available for R graph. Any suggestions? [[alternative HTML version deleted]]
2009 May 03
0
Mechanize & ASP/ASPX pages
Can anyone provide any tips/tricks for clicking through ASP/ASPX pages. From what I can remember about the .NET world, you move between pages by doing a javascript postback to a form. That said, I can mimic the javascript action and submit the form, but for some reason the .NET application always errors. What''s the secret! :-) I''ve managed to get one previous ASP page
2011 Jul 20
0
Apache + asp.net + Oracle ODP are working under wine now
After 2 weeks of fighting I was able to have windows asp.net Oracle business application running under wine. It required 3 main changes: 1. Change apache code to avoid using getFile function which prevent apache to work under wine 2. Change wine code to fix GetUser bug from advapi.dll to have Oracle ODP working 3. Change some javascripts in application itself to solve some strange problem with
2010 Jun 04
0
A problem about portting one asp.net project to mono under
there is a DLL in bin directory of asp project. this DLL was written by VC6.0. I don't have source code of this DLL. The mono report a error "can't not find meta data in the DLL", I think that this DLL is not written by C#, so mono can't load it, I want to use wine, but I don't know how to do it, can anyone help me? Thansk!
2005 Apr 28
0
apache-asp
anyone tried apache-asp in centos? i've tried it before with rh9 and it doesn't really work like i wanted too or i just do it the wrong way. anyone tried it? -- Regards, Mark Quitoriano, CCNA
2009 Aug 08
3
ASP Pages?
I have a friend that hosts a few basic ASP pages. some simple links and plays a few media files with Windows Media Player. Is there any way I can host his site on my Linux Server? Without re- writing it for him.... -jason
2004 Jul 10
0
Asp.net via samba share problem
Hello, Besides some minor security problems (aspnet and iis users being mapped always as others on file acl) asp.net and asp reading files over a samba share were working quite alright. Now I started to have the following problem: [HttpException (0x80070038): Falha ao iniciar monitora??o de altera??es em 'h:\Directory_of_the_virtual_host_here\'.]
2003 Aug 25
1
setting xlim and ylim with asp=1
In plot(), when using option asp=1 the xlim and ylim have no effect because they are changed changed in order to fill the whole plot region. Is there a way to automatically set xlim and ylim when asp has been set to 1? For example: #This is a box of the plot ranges I want: boxxy=rbind(c(-1,2),c(-1,-1),c(1,-1),c(1,2),c(-1,2)) #Without asp=1 I get what I want (i.e. I can't see the box because it
2008 Jul 22
1
.asp (not really an R question) but related
I am trying to get the paper that explains the stl procedure it is a .asp file. What can I use to read this. thanks stephen -- Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals. -K. Mullis
2008 Aug 30
0
Share hash between session? I need ASP Application Obj?
Background: ASP has an Application[] collection that is shared across sessions. How do you do that in RoR? I need a mutex to read/write this as I need to share a hash across sessions. Thanks in advance, Pete -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2009 Sep 25
1
xaxs disactivated when asp=1 in plots (PR#13971)
Full_Name: Fran?ois Birgand Version: 2.9.0 OS: windows xp Submission from: (NULL) (152.1.16.161) When I type this sequence: x11() Ylim<-c(0,14) Xlim<-c(0,14) plot(0,0,xlim=Xlim,ylim=Ylim,col="white",main="",xlab="",ylab="",bty="n",xaxt="n",yaxt="n",xaxs="i",yaxs="i",asp=1)
2007 Jul 19
0
ASP.NET AJAX Web Services and Prototype Version 1.5.1.1
I wanted to use a web service published with ASP.NET AJAX from Prototype Version 1.5.1.1 It''s easier to call an ASP.NET AJAX web service by using an ASP.NET AJAX page with a proxy class, but I have an application which still has many Classic ASP pages and using Prototype seemed like a better idea than hand coding the the interactions, or figuring out how to include all the right ASP.NET
2003 Dec 14
1
contour() should handle the asp parameter
Hi all, To my knowledge, the current version of contour.default() does not handle the 'asp' parameter. This can be embarassing when displaying eg geographical maps, etc... Submitted to the opinion of more experienced R programmers, contour.defaut() function should be changed according to the followings: line 7: add = FALSE,asp=NA,...) line 33: plot.window(xlim, ylim,
2020 Aug 30
0
PBKDF2 password hashing as in ASP.NET Core
In case you are interested, https://wiki.dovecot.org/HowTo/ConvertPasswordSchemes By the way, I am bit sceptical that CRYPT-SHA512 is less secure than PBKDF2. CRYPT-SHA512 is not "just" SHA512(salt||password), it does at least 1000 rounds of hashing in similar way as PBKDF2 does. So, what is your reasoning for claiming that PBKDF2 is much secure than CRYPT-SHA512? Also, if you look