similar to: razor view engine

Displaying 20 results from an estimated 5000 matches similar to: "razor view engine"

2012 Oct 21
2
Razor Mongodb related questions
I''m new to Razor and have two questions related to Razor Mongodb: 1. Is there available Razor object relationship diagram that describes relationships between Razor slices? 2. Does Razor make use of Mongo''s JSON doc store features like automatic secondary indexing on all JSON attributes? -- You received this message because you are subscribed to the Google Groups
2012 May 24
9
Announcing Razor
Puppet Labs is really thrilled to announce, in conjunction with EMC, our new open source bare metal provisioning tool: Razor. Razor is next generation provisioning software that handles bare metal hardware and virtual server provisioning with inventory discovery and tagging, rule-based policy management, and extensible broker plugin integration. It integrates closely with Puppet and Facter. The
2011 Nov 23
5
Skyrim razor 1911
Hello! I am trying to install skyrim, but when i run the "install.exe" the razor windows comes up, and i can't click anything the windows is just white. please help :)
2012 Aug 02
1
Setting hostnames in razor
All, Is razor only really useful for configuring mass numbers of hosts? I''ve been playing with it and one thing I''m not grasping is how to set a hostname if I''m only building one host, say wiki01.foo.com. For each server like that would I need a separate policy, or is there some other way people are using to pre-populate specific host information to be passed to
2008 Apr 10
2
Cannot get UNC paths to work correctly
Hi all I wish to run 'Enterprise Architect' from Sparx Systems[1]. The installer runs just fine, and the application installs OK. The main issue is that the license key file is a shared resource - many users can utilise the same license file (legitimately I might add!) at the same time, so the license file is located on a SMB share. The key file itself has encoded into itself what the
2018 Mar 19
2
pylori error in dovecot log
I am getting the following in my /var/log/dovecot: Error: sieve: Execution of script /usr/lib/dovecot/sieve/report-spam.sieve failed Error: plugin: failed to parse plugin (from @INC): Can't locate Mail/SpamAssassin/Plugin/Razor.pm in @INC (you may need to install the Mail::SpamAssassin::Plugin::Razor module) (@INC contains: /usr/local/lib/perl5/site_perl
2010 Oct 06
7
Passing a hash from the model to the view
I''m trying to display a drop-down menu by using an instance variable from a model. THIS WORKS... <div class="field"> <%= f.label :duration %><br /> <%= f.select ("duration", {"30 minutes" => "30", "1 hour" => "60"}, :prompt => "Select") %> </div> THIS DOESN''T
2007 Oct 17
1
How to save association rules generated by arules package
Hi, I have been able to generate association rules for Market Basket Analysis using the following codes: **************************************************************************** ******************************************* library("arules") rules <- read.csv("write1.csv",na.strings=c(".", "NA", "", "?"),header=TRUE)
2009 Apr 14
6
About haml and ruby on rail
hi all, I am converting my view into HAML format i have done it with "Html2Haml" command, then I removed all the "- end" from haml code and my indentation is also correct,but now it shows following errors I have kept code of show.html.erb and show.html.haml in attachment. please help me I am not getting what exactly the error is? compile error
2019 Jan 07
2
Kaleidoscope tutorial: extern functions failing
Hi all, I am new to LLVM and have been working through the Kaleidoscope tutorial. Everything is working fine so far except for local externs (as opposed to things like the math functions, which are working). Note that I have seen this bug with the reference code listing, as well as my own code. link to code: https://llvm.org/docs/tutorial/LangImpl05.html#full-code-listing [c34n10 kaleidoscope]
2018 Mar 19
2
pylori error in dovecot log
Op 3/19/2018 om 8:40 PM schreef @lbutlr: > On 2018-03-19 (13:02 MDT), @lbutlr <kremels at kreme.com> wrote: >> I am getting the following in my /var/log/dovecot: >> >> Error: sieve: Execution of script /usr/lib/dovecot/sieve/report-spam.sieve failed >> >> Error: plugin: failed to parse plugin (from @INC): Can't locate Mail/SpamAssassin/Plugin/Razor.pm in
2010 Sep 18
11
Commenting in an ERB without generating a compiling error
Hello, I have the following: <% @projects.each do |project| %> <tr> . <td><%= link_to ''Destroy'', project, :confirm => ''Are you sure?'', :method => :delete %></td> . </tr> <% end %> How can I safely comment out the TD line above? Do I have to use the =begin way? -- You received this message because you
2010 Sep 07
2
Help on formatting some HAML
I wondered if anyone could help me with turning the following in ERB into HAML. I''m VERY new with HAML: ---- <div class="block-element span-7 colborder"> <span class="rightside blue-hue no_decor"><%= link_to "New Order", new_order_path, :remote => true %></span> <h3>Today''s Activity</h3> <hr>
2010 Nov 16
15
acts_as_taggable, undefined method 'empty?'
I''ve tried out ''acts_as_taggable'', ''acts_as_taggable_on'' and ''acts_as_taggable_on_steroids'' and all of them output "undefined method ''empty?''" with the tag_cloud action. I am following the guides precisely. Yet I can find no references to this error anywhere, so I must be doing something wrong... I am on
2010 Dec 21
5
Rails, Ruby, haml, metaprogramming problem
In HAML I have hundreds of lines like the following: - xyz = someFuncThatReturnsString(''xyz'') and elsewhere %div{''id'' => xyz} The above lines work fine. - - - Attempting to keep things DRY (Don''t repeat yourself) I want to do something like - eval(otherFuncThatReturnsString(''xyz'')) where
2000 Sep 28
0
Occams Razor Was: lm -- significance of x ...
> From: Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk> > Date: 28 Sep 2000 13:58:22 +0200 > > Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk> writes: > > > I think Occam/Ockham himself wrote in Latin. By my failing memory, the > > quote is > > > > "Entia non runt multiplicanda praeter necessitam" > > > > give or take
2006 Mar 22
3
Forced upgrade to 4.3 ?
I have Centos 4.2 and I run yum update periodically and manually when security patches are released, etc. Today I saw the sendmail security update and although I don''t use sendmail (I use Postfix) I ran "yum update" and got a huge list of 93 packages to update. I presume this is to upgrade to 4.3. As this is a production server I''m nervous about doing an update
2009 May 07
12
is there simpler way to export html within xml
Hi, we''re exporting a lot of html code within xml, our current method works but it''s very messy - far from perfect, is there a better way to do this. an example of our controller code is html = html + "&lt;img src=&quot;/icon/icon_email.gif&quot;
2010 May 04
3
Using R with screenreading software
Dear R-Experts, a student of mine tries to use the Windows-Rconsole with screen reading software (she is blind), and cannot access the command line (Menus are ok). The company which produces her screen reader tells her that this is due to the cursor used in Rconsole, which is static, not blinking. They maintain that if the cursor could be changed to a blinking one, she should be able to access
2010 May 25
1
Where to start debugging
Hi, I''ve adopted a project that uses some rails features I''m not quite used to yet. (ie merb, haml) There is a snippet below. I''m not even sure what other part of the code to include to help with this. I''m open to suggestions :) $ merb ... ... ... ~ Compiling routes... app/views/stretches/show.html.haml:87:in `send'': compile error (SyntaxError)