Displaying 6 results from an estimated 6 matches for "wragen22".
2012 Sep 23
6
Missing template projects/index, application/index ?
Getting this issue...even though I have my views there in both the projects
and application. Also getting a routes issue "No route matches [GET]
"/projects" when going to projects when I have root :to => "projects#index"
defined in my routes file.
Any idea?
1) Creating Projects can create a project
Failure/Error: visit ''/''
2012 Oct 31
5
css background not showing
Hi all,
for some reason adding the following is doing nothing...
.post.hover {
background: FAFAFA;
I''ve got this in my posts.js coffee file
$ ->
$(''.post'').hover (event) ->
$(this).toggleClass("hover")
and my index is
<% @posts.each do |post| %>
<div class="post">
<strong><%= post.title %></strong>
2012 Oct 23
2
SyntaxError in Posts#index ?
For some reason getting this... Any ideas?
Extracted source (around line *#13*):
10: <%= link_to "Show", post %> |
11: <span class="admin">
12: <%= link_to "Edit", edit_post_path(post) %> |
13: <%= link_to "Delete", post, method: :delete, data: {confirm: "Are you sure?"} %> |
14: </span>
15:
2012 Nov 01
2
SyntaxError in Posts#index
getting this error
compile error
/Users/bradwrage/webapps/blog/app/views/posts/index.html.erb:5: syntax error, unexpected ''=''
...w Goal", new_post_path, class="btn btn-success" );@output_bu...
^
/Users/bradwrage/webapps/blog/app/views/posts/index.html.erb:7: syntax error, unexpected kDO_BLOCK, expecting kEND
''); @posts.each
2012 Oct 04
0
js.coffee file not working correctly?
Here are the contents of my file , however when I check the console in my
browser I get nothing.
>
> $ ->
>
> $(''.status'').hover (event) ->
>
> console.log("Hover triggered")
>
>
In my terminal i''m getting this here:
> Served asset /application.js - 304 Not Modified (0ms)
>
Any thoughts?
Thanks
--
You received this
2012 Dec 16
2
css background image not working
Hello,
I''m trying to set the background of a page to an image I have in the
assets/images folder in my rails app.
However, for the life of me I cannot get it to work. When I open up and
inspect the element I keep seeing in the resources that the file cannot be
found with a red "!" next to the image.
I have tried different paths still no avail...
../images.bg.png