You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Hello,
I created a bare bones rails app with the sole purpose of trying to add
css styling to a webpage via the stylesheet_link_tag method. I am
getting an error that looks like this:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
On 26 January 2016 at 02:36, Mark Stevens <li...@ruby-forum.com> wrote:
> Hello,
>
> I created a bare bones rails app with the sole purpose of trying to add
> css styling to a webpage via the stylesheet_link_tag method. I am
> getting an error that looks like this:
>
> JSON::ParserError in Home#index
Copy/paste the full error and stack trace please (don't do it as an
attachment, it is easier to follow if it is inline and easier to
insert text into the relevant points).
Colin
Ace M.
unread,
Jan 26, 2016, 5:44:58 AM1/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Does anyone know why I can't get an external style sheet work work when
using JSP files? Putting a link in the doc head like I would for an HTML
or PHP file does not work. The style sheet is in the exact same
directory as the JSP files and I cannot get it to work. I think I have
tried about everything that has been suggested on the web with no luck.