Displaying 20 results from an estimated 9000 matches similar to: "Your view on MasterView!"
2006 Jun 21
2
MasterView rails-optimized (x)html friendly template engine plugin - Release 0.2.0
MasterView rails-optimized (x)HTML friendly template engine plugin - Release
0.2.0
The MasterView development team is pleased to announce the general
availability of MasterView release 0.2.0. MasterView is a rails-optimized
(x)html friendly template engine plugin that provides another option to the
existing rails view templates (rhtml and rxml). The main idea is to provide
a template engine that
2006 Jul 26
4
MasterView rails-optimize (x)html friendly template engine - Release 0.2.4
MasterView is a rails-optimized (x)html friendly template engine plugin that
provides another option to the existing rails view templates (rhtml and
rxml). The main idea is to provide a template engine that would provide all
the power of layouts, partials, and rails helpers but still be
editable/styleable in a WYSIWYG editor. It was also a major goal that the
syntax of these attribute directives
2006 Jul 05
0
MasterView rails-optimized (x)html friendly template engine - Release 0.2.3
MasterView is a rails-optimized (x)html friendly template engine plugin that
provides another option to the existing rails view templates (rhtml and
rxml). The main idea is to provide a template engine that would provide all
the power of layouts, partials, and rails helpers but still be
editable/styleable in a WYSIWYG editor. It was also a major goal that the
syntax of these attribute directives
2006 Jul 12
2
(Re-)designing a CMS
Hello Rails-list,
I''m working on a CMS in Rails.
The company that I work for currently uses a CMS written in PHP, and I
want to mimick it in Rails, and improve along the way.
The PHP variant works with templates like this:
In the root of the webdir, there are the template files, named
cms_news.html for example.
This page contains custom tags, in the form of definitions and
2006 Jun 27
3
User websites with templates.
Hi, I''m very new to Rails and have a general question.
What technique would you use to allow users who have a uniform set of
data to create very un-uniform websites from that data?
One set of data, many different website/output possibilities.
It would have to go beyond CSS. I''m assuming there will potentially be
some level of scripting involved for each template. The goal is
2006 Jun 19
5
Wysiwyg HTML Editors and Rails ?
What wysiwyg html/CSS editors do people recommend. I''m mainly interested in FOSS programs
that I can run on WinXP. Sometimes you just have to create some mostly-static pages and
make them look nice. I see that Guy Kawasaki is using Nvu, which is based on Mozilla
composer. Any of you guys have any experience with that?
Warren Fred
-------------- next part --------------
An HTML
2006 Aug 09
6
How do you desing forms in RoR
Hi all,
what is the best way tod esing a form in RoR?
Do you use Dreamweaver or something similar?
thanks
--
Posted via http://www.ruby-forum.com/.
2006 Aug 11
0
MasterView AdminPages temporary fix for Rails 1.1.6
Rails 1.1.6 which closes some security holes in Rails also restricts
where code can be loaded from. These new restriction prevents the
MasterView administration pages to be automagically loaded by enabling
the configuration option as they were in the past (since they did not
exist in the normal rails app tree).
MasterView will still function properly without admin pages, but this
aspect was nice
2007 Jul 04
18
PHP vs RubyOnRails newbie concerns/questions
Hi all,
I''m planning to bring a new app. to market, and I''m more the designer
and business manager than the programmer for this project. We are
deciding that technologies to use, and so I asked my programmer to
take a look at RubyOnRails. Below are his first impressions. Could
anyone with more experience on these matters kindly offer any response
to the issues he raises?
much
2010 Apr 19
3
which views are rendered for an URL
Hi,
Is there a way I can figure out which files are run for a specific
URL?
Given http://www.planet.com/countries files like: countries/
index.html.erb, countries/_country.html.erb, layouts/
application.html.erb and so on.
Thank You
--
M.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 Jul 26
7
RHTML in database?
Hi,
is it possible to store RHTML templates or partials in database?
thanks,
Bojan Mihelac
--
Bojan Mihelac
Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com
-> tools, scripts, tricks from our code lab: http://source.mihelac.org
2007 Jun 27
3
template.expect_render
Trunksters,
I just added a couple of methods to ActionView::Base in Spec::Rails
(as of r2136) that lets you do this in view examples:
describe ''/things/index.html.erb'' do
it "should render _thing with a collection of things" do
assigns[:things] = things = [Object.new]
template.expect_render(:partial => ''thing'', :collection => things)
2006 May 01
1
Radius 0.0.1 -- Powerful Tag-Based Templates
I am pleased to announce the immediate release of Radius 0.5.0.
Radius is a small, but powerful tag-based template language for Ruby
inspired by the template languages used in MovableType
<www.movabletype.org> and TextPattern <www.textpattern.com>. It uses
tags similar to XML, but can be used to generate any form of plain text
(HTML, e-mail, etc...).
This release is much more feature
2006 Aug 17
11
Can I get RubyOnRails to read and parse an html file off harddrive?
I do this in ASP to read a special html template that I use, then modify in
code before spitting out the resulting webpage.
Any ideas on how to script this in RUBY? Do I need a special GEM package?
D. Bruce Moore
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060817/95cf5da6/attachment.html
2006 Jun 22
5
Problems with layouts
ruby script/generate controller Tools::Search - ok
in views/layouts/application.rhtml:
<%= render_component :controller => ''tools/search'',
:action => ''searchbox'',
:params => {:context =>
''header-section''}
%>
in
2012 Jul 19
6
Rendering Partial
I am a bit confused when coming from layout and partials.
To start of I have a file called application.html.erb which has my
layout such has follow
<html>
<head>
<body>
<%= render ''layouts/footer'' %>
</body
</html>
This call a new file _footer.html.erb
This file his has follow
<footer class="footer">
<nav>
<%=
2012 May 21
4
Rendering partial views with ajax calls in rails 3.1
I''m starting now with rails, and i have simply question i think.
I need to render two partials in one ajax call:
I have the following controller:
# GET /hosts/1
# GET /hosts/1.json
def show
@host = Host.find(params[:id])
respond_to do |format|
format.html #show.html
format.js
format.json { render :json => @host }
end
2006 May 16
7
WYSIWYG IDE, etc...
I''m new to Ruby, so don''t be too hard on me.
Is there a great visual editor for Ruby?
Also can Ruby on Rails (RoR) work with any other databases other than
the ones listed in the documentation, I need to connect to SQLBase?
Can Ruby be used to create standalone Applications (like Java)?
If yes, does it create native looking apps?
Can it be use in Client-Side and/or Server
2006 Mar 22
5
Adding Custom templates?
Hi, does anybody have any pointers on where to look to learn how to
write custom dynamic templates? Agile is a little sparse on this (but
otherwise superb)!
Thanx
--
Posted via http://www.ruby-forum.com/.
2010 Jul 04
2
Rendering a different format in the implementation of a renderer
Yehuda has a nice article on implementing a custom renderer for PDF at
http://www.engineyard.com/blog/2010/render-options-in-rails-3/
I''ve tried to follow the example and I''m not sure I see how to get it to
work. If I understand things correctly, the format(s) usable in this
render call
respond_with(@resource) do |format|
format.xyz { render :xyz => ... }
end