Questions with Tags: nitro 0.29

Too many results for that Tag, please reduce the number by using one of the following Tags:

Form helpers

Form controls exists. I'd like to know how? Can I ask nitro just to render a checkbox, an input field...

2 answers

What are those funny interpolation operators

Like: * #{..} * #|..| * #(..) * #/../ (?)

1 answers

Elements and actions

Ok, this one should be simple for someone who uses it, but drives me insane at the moment. I want to ...

4 answers

How do subelements work?

13:39 speaking of element, gmosx: can you explain the use of subelements? 13:40 Vagabond: you're ta...

1 answers

What's Glycerin?

Like Nitro here it's not for your car, right?

1 answers

last
  • 1
  • 2

Tips with Tags: nitro 0.29

Debug dump to web browser

Like to see an object in an easy to read format? Add #{debug variable} to your view for a YAML dump o...

Speeding up nitro

Is your nitro app slow? Set it than to production mode! Add the following line before starting nitro ...

Compiler Pipelines for Templates

Written by Michael Fellinger and Andrew Thompson, edited by Fabian Buch Templates have to be transfor...

Dynamic Controls? Not really, or...?

This is how to make dynamic controls in Nitro 0.29 / 0.30 / 0.31 work! This tip is **deprecated** in ...

How to implement a Pager

So, you've got a lot of data, which just won't fit on your page? You want it nicely spread over a few...

  • 1