Tagged Questions
* A RESTful micro framework for PHP 5 inspired by Sinatra. * A Ruby template language whose goal is reduce the syntax to the essential parts without becoming cryptic. * Simple List Invocation Method is an alternative to Fit.
3
votes
1answer
114 views
How can I change the order template engines are used in Rails 3.0.10?
Given I have the view templates index.html.erb ,index.html.haml and index.html.slim in the same directory. How can I configure Rails to first use the slim templates if present, then the haml template ...
3
votes
2answers
478 views
Sub views (layouts, templates) in Slim php framework
I'm trying out the Slim php framework
Is it possible to have layouts or sub views in Slim? I'd like to use a view file as a template with variables as placeholders for other views loaded separately.
...
3
votes
2answers
388 views
Fitnesse Slim with C# getting slim protocol version error
I'm a noob with Fitnesse/Slim. I downloaded the latest fitnesse.jar and C# slim (v 1.8) and I'm getting the following error when attempting to follow along with the tutorial:
Slim Protocol Version ...
3
votes
1answer
290 views
Test framework for [insert language here]
I am looking for a test framework to introduce automated tests for a language without much test support. As far as I can understand, I need a framework that's capable of running the VDF tests using ...
2
votes
3answers
53 views
How to POST backbone model data to DB through Slim php and Paris
I'm trying to get an understanding of how Backbone.js, Slim PHP and Paris/Idiorm might work together and I'm having trouble completing the flow, starting with model attribute data, all the way to the ...
2
votes
4answers
102 views
How do I close the container <div> in a loop?
I have a list of products and I want to show an ad in the product feed.
I want something like:
<div id="container">
<div id="product">Bla..</div>
<div ...
2
votes
2answers
646 views
How to access instance variables in CoffeeScript engine inside a Slim template
I have a Rails controller in which I am setting a instance variable -
@user_name = "Some Username"
In my .slim template I am using coffee engine to generate javascript and want to print out the ...
2
votes
2answers
197 views
Slim PHP Framework causing 'Fail to open page'
I have set up a REST API using the Slim PHP framework, which works perfectly when using requests i.e http://mysite.com/class/id.
But when I navigate to http://mysite.com/, I get the following error ...
2
votes
2answers
85 views
How do I run directory-structured tests in phpunit?
The PHPUnit docs say that I can shove all my tests into a folder and run phpunit on the folder to execute them all in one go:
http://www.phpunit.de/manual/current/en/organizing-tests.html
But when I ...
2
votes
1answer
269 views
Creating HTML5 Boilerplate conditional HTML classes in Slim
HTML5 Boilerplate uses the following conditional <html> classes:
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ...
2
votes
1answer
319 views
Replace critical section with SRW lock
If the application is targeted on Windows Vista or later, could we replace all critical sections with SRW locks? Since critical section is mutually exclusive, for usage it is equivalent to SRW locks ...
1
vote
1answer
60 views
Where are my sessions in Slim PHP framework?
I'm using version 1.5.0 of the Slim PHP framework, and I'm having problems with sessions. I've had no problems in the past (using Slim), so it leads me to believe it's either something changing with ...
1
vote
1answer
51 views
Haml for rails, Use 'haml' gem alone or with 'haml-rails'
I am making the switch to Haml for our rails 3.1 application, and I wonder what is bringing to the table by the 'haml-rails' gem against 'haml' alone, apart rails generators?
It says that it preloads ...
1
vote
1answer
70 views
How could I configure Slim micro framework in CodeIgniter?
Anyone know how to configure Slim framework in CodeIgniter? Please help me...
1
vote
0answers
45 views
SqlException during SliM testing a transactional method on spring application
When running Fitnesse SliM test a transactional method on spring application, a SQLException thrown - Data Source is Closed.
Here is what happends:
In my application, method importFile(String ...
1
vote
3answers
168 views
Slim PHP and GET Parameters
I'm playing with Slim PHP as a framework for a RESTful API, and so far it's great. Super easy to work with, but I do have one question I can't find the answer to. How do I grab GET params from the URL ...
1
vote
1answer
46 views
How to make a FitNesse test require explicit running
Is there a way to mark a fitnesse test such that it will not be run as part of a suite, but it can still be run manually?
We have our FitNesse tests running as part of our continuous integration, so ...
1
vote
1answer
72 views
Does Ruby/Slim have support for markdown?
I cant get markdown to work with Slim (Rails 3.1 app), I get this error:
Unknown line indicator
:markdown
I have the following gems in my Gemfile:
gem 'bluecloth'
gem 'rdiscount'
gem 'slim'
...
1
vote
2answers
149 views
Ruby/Slim: parse Markdown from a YAML file
Been struggling for a while with some YAML parsing inside a Slim template.
my YAML file contain
shortdesc: >
markdown:
if you want to up the feelgood factor Cuban style, then this Monday night ...
1
vote
1answer
166 views
Specifying a layout and a template in a standalone (not rails) ruby app, using slim or haml
I'm trying to do something like this in a standalone (not rails) app:
layout.slim:
h1 Hello
.content
= yield
show.slim:
= object.name
= object.description
I can't figure out how to specify a ...
1
vote
2answers
272 views
step by step tutorial for using slim fitnesse in .net
anybody knows some step by step tutorial for using slim fitnesse in .net ?
for now I managed to run the slim fitnesse website on my http://localhost:3434
and I unziped the fitSharp plugin in ...
1
vote
1answer
104 views
How to maintain state in Fitnesse tests with c# Fitnesse+Slim
How do I specify data to be used in each of my test cases?
i.e. I wish to use one table to setup some data and then run a bunch of tests against that data.
Thanks
1
vote
0answers
361 views
How to use environment variable in suite config file for loading assembly in fitnesse
I'm trying to create a custom converter for my test page in SLIM framework for fitnesse.
For this I've created a suite config file.
Here I dont want to use a harcoded path. Instead I want to use ...
1
vote
2answers
82 views
Fitnesse test fails with linq datacontext
My fitnesse tests fail with linq datacontext. I already tried adding a suite.config and then app config to my c:\fitnesse folder - where the .jar file is.
I added -c option c:\Fitnesse\suite.config ...
1
vote
3answers
296 views
Slim .net: How do I debug test fixtures using visual studio?
I've figured out how to run my tests from the commandline using:
java -jar fitnesse.jar -c MyFixturePage?test&format=text -d "c:/utils/fitnesse/" -r "FitNesseRoot"
Using this as the startup ...
1
vote
0answers
45 views
How do I specify non-scalar parameters in a Slim table?
I want to test functions that have non-scalar parameters and return types, e.g., "given a matrix M, check that M times its inverse is the appropriate identity" or "given a row vector V, check that ...
1
vote
2answers
458 views
FitNesse/Slim String Operators
Is it possible to express this in a Query Table in FitNesse with SLIM for .net:
contains(data)
startswith(data)
endswith(data)
I know from a previous question it was possible for FitNesse/Fit with ...
0
votes
1answer
35 views
How do I get my dummy app to use the Engine's template engine?
I have a Rails Engine I'm working on and the gemspec has this:
s.add_development_dependency "rspec-rails"
s.add_development_dependency "combustion"
s.add_development_dependency "capybara"
...
0
votes
0answers
31 views
sinatra - How to add javascript in a partials
I am using the partial helper module mentioned in sinatra documentation. When I added javascript it comes over exactly in the place where I put it .but there is a new js/jsquery--1.7.js/eval/seq/1 of ...
0
votes
0answers
18 views
how to install slim tm bundle in sublime2
I would like to install the slim textmate bundle to sublime2.
I went to this link
slim textmate bundle
I cloned it to the pristinepackage(as per the nettuts website) but nothing happened..
what am ...
0
votes
1answer
24 views
how to use tilt to cache / precompile slim file in sinatra views
Slim documentation says that the template/.slim file can be compiled and cached with tilt. I am using slim for the views in sinatra. How to precompile the file / is it possible to view the compiled ...
0
votes
1answer
76 views
Cannot iterate through array in Slim's logic
I am trying to iterate through an array named @items. I thought by adding it to a class variable and calling it from SLIM I might be able to output the array. What am I doing wrong?
require ...
0
votes
1answer
102 views
500 internal server error on installing slim framework
i am developing a simple RESTful API on slim framework. I had no problem installing the slim framework on my local wamp server and it works just fine, but as I do the same on my website I get an 500 ...
0
votes
1answer
95 views
SLIM framework rest API error in sending email
i am designing REST API using SLIM framework. i want to send email in php.
i have write mailing.php which is sending email very accurately.
but whenever i call that mailing.php from my REST API of ...
0
votes
3answers
91 views
Unable to send email using REST API build in php?
I am designing REST API in php. I am using slim framework to design API. I want to send a page to send email. This is my code to send email:
$app->get('/sendemail', function () {
...
0
votes
0answers
60 views
GitHub shows incorrect tab/space formatting for Rails Slim views/template
I have a rails 3.1 app and I am using Slim template for views. I noticed that code on GitHub dot com does not show the correct tab/spacing for my slim templates. Even the raw format shows incorrect ...
0
votes
1answer
40 views
How do I add the Debug link on the side of a Fitnesse fixture page?
I'm trying to make debugging our Fitnesse tests easier. We're using runnerw.exe for debugging, it works fine. The UserGuide implies there can be a Debug action with the Test, Edit, etc links on the ...
0
votes
2answers
60 views
fetch data from table using REST API
I am designing REST api using Slim framework. I am using database mySql. and i am designing this API in php.
I am trying to fetch data about student from my table.
I am trying like this:-
<?php
...
0
votes
2answers
75 views
How can get data from table using REST API
I want to make rest API in php using Slim framework.
I have created a function to get all entries of my table like this:-
<?php
header('Content-type: application/json');
// Include the ...
0
votes
0answers
250 views
Using Mustache templates and Slim in rails
I just read this article and apparently Mustache is a part of the future of templating. I like the clean look of the HTML only mixed with a few variables in mustaches.
How could I use Mustache in ...
0
votes
1answer
119 views
Slim Program Structure
I wanted to add a function to my Slim application but I'm not familiar enough with PHP to know the best way to structure something like this. This is not production ready code and I obviously will not ...
0
votes
1answer
54 views
How to put a hyperlink in the middle of a paragraph using the slim templating language?
How do you write the following in the slim templating language?
<p>Join the <a href="">Google group</a> and let us know what you think, or what other features you’d like to ...
0
votes
1answer
136 views
How to use Slim inside assets? with Rails 3.1
I'm trying to use Slim template inside assets.
I placed slim file in /app/assets/template/test.html.slim
and when I access /assets/test.html it say
"No route matches [GET] "/assets/login.html"
0
votes
2answers
213 views
Slim PHP in sub directory not working
I have the slim (http://www.slimframework.com/) directory unpacked in
http://example.com/api/
and I have the index.php file looking as such:
<?php
require 'Slim/Slim.php';
...
0
votes
2answers
276 views
Slim template engine syntax for [if lt IE 9
I use slim as view template engine http://slim-lang.com/
How would you write the following piece of code with slim?
thanks
<!--[if lt IE 9]>
<script ...
0
votes
3answers
396 views
Slim JSON Outputs
I am using the Slim framework with PHP to create a RESTful API for my app. However, I assumed that the framework would have some way of creating easier JSON outputs rather than just ...
0
votes
1answer
432 views
Slim PHP Framework Help
I just added the Slim framework to my website in order to create a rest API. But I currently have a problem. I wrote this code as a test to check to see if a get request would work, but whenever I try ...
0
votes
1answer
91 views
Control Proguard slimming of methods in Android
I am using Eclipse and the built of ProGuard included with the latest Android release, trying to obfuscate my android app but it keeps removing important methods. I have tried editing the ...
0
votes
2answers
268 views
can't create new page in fitnesse
I tried doing url.NewPageName (http://localhost:3434/root.MyNewPage)
I get The requested resource: FrontPage.mynewpage was not found.
I also tried the [add child] link which gives a popup
here I ...
0
votes
2answers
562 views
Rails slim template language javascript embed ruby code
One way:
javascript_tag do
== "var all_product_ids = #{existing_ids.to_json};"
== "var products_json = #{@filter.data.to_json};"
or:
= %Q{
var all_product_ids = #{existing_ids.to_json};
var ...