Tagged Questions

0
votes
2answers
21 views

Is there any way to use the command line to debug an ERB file?

Is there any way to use the command line to debug an ERB file? I would like to know if there is any way to get rdebug or rdebug-ide to do this.
2
votes
1answer
25 views

Best practices for iterative development of views

When your application has a view that is only accessible after submitting another form (think signup screen, a shopping cart checkout, or a wizard-like interface), what's the best …
1
vote
3answers
67 views

Print in ERB without <%= ?

Sometimes it's more convenient to print in <%%>. How to do it in Rails?
10
votes
7answers
2k views

Should I use haml or erb or erubis for potentially high traffic site?

I have been playing with Haml recently and really like the way the resulting code looks to me...the developer. I'm also not too worried about a designer being able to consume or ch …
0
votes
1answer
22 views

ruby in steel error

I right clicked the project file for my rails project and created a new ruby file. Then i right clicked views and created a new erb file I added a textbox and submit button and cli …
5
votes
4answers
883 views

How do I execute ruby template files (ERB) without a web server from command line?

Hello! I need ERB (Ruby's templating system) for templating of non-HTML files. (Instead, I want to use it for source files such as .java, .cs, ...) How do I "execute" Ruby templa …
0
votes
4answers
45 views

A better way to conditionally display info in views?

I find myself frequently writing code like this in the HTML HEAD and other places: <% if @canonical_url %> <link rel="canonical" href="<%= @canonical_url %>"/> …
0
votes
1answer
38 views

html tidy and rails apps - erb or rthml files. Ruby alternative?

Hi. I just installed HTML Tidy plugin for eclipse. I added the html.erb file type and now it will do its magic on my erb files. However it puts in the title tag and changes a lot o …
0
votes
2answers
79 views

Using rails named routes and url/view helpers within custom rendered ERB templates

I could use some help on including and extending Ruby modules and classes. My previous question handled the named routes, but not all of the view/tag helpers due to the default_ur …
0
votes
4answers
71 views

Take last database post in Rails

I am teaching myself rails (coming from PHP for web apps) and I can't find any good docs to help me. But I was wondering how would you tell your method to take the last post(contro …
1
vote
3answers
45 views

Using rails named routes within custom rendered ERB templates

I have a method on an active record class that renders an ERB template for a messaging system. The simplified code looks like this: ERB.new(template).result(binding) where bin …
5
votes
3answers
78 views

Is it possible to get HTML tag autocompletion in Netbeans IDE?

I just installed Netbeans 6.7 for Ruby and one of the things that bugs me is I have to type both the opening and closing HTML tags even though it seems to recognize that I have com …
0
votes
2answers
81 views

Rails: html_escape isn’t working

Hi For some reason html escaping isn't working in my Rails application. Even if I write something like <%=h '©äö' %> it isn't converting any of the characters to HTML en …
0
votes
2answers
37 views

How can I use a variable to access the fieldname of a ruby object in erb? ex. Model.task_#{variable}

I have a to-do list with 5 tasks that are stored on the same record. Todo.task_one, Todo.task_two, etc. What I would like to do is be able to loop through the fields like this …
1
vote
1answer
75 views

ERB Ruby Templates — Online Editor

Hi, I am aware of quite a few different JavaScript based online text editors for WYSISYG html editing, however I am trying to find something similar for ERB Ruby templates. Essent …

1 2 3 next
15 30 50 per page