Jamie Orchard-Hays
2006-Nov-22 15:46 UTC
markaby, RESTful routing, edge rails, named routes (and simply_helpful)
I''m curious about others experience with using Markaby in an Edge/Rails 1.2 environment with RESTful routing, named routes, and so on. I am trying them all on a small personal project and keep hitting pain points. For example, yesterday I found out that in order to use a named route like link_to "Name", entry_url(@entry) I have to call the to_s method on entry_url: link_to "Name", entry_url(@entry).to_s There seem to be other issues, which I don''t remember off the top of my head. Anyone out there mixing these frameworks and plugins with ease or finding it just a bit too messy? It''s interrupting my workflow enough that I''m probably gonna chuck markaby until they play better together. --Jamie --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Trevor Stow
2006-Nov-30 20:18 UTC
Re: markaby, RESTful routing, edge rails, named routes (and simply_helpful)
I''m reaching the same conclusion, having just spent 2 hours trying to figure out why I can no longer access @helpers from within my views (in edge rails). I still don''t know, btw. Trevor On 11/22/06, Jamie Orchard-Hays <jamieorc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > I''m curious about others experience with using Markaby in an > Edge/Rails 1.2 environment with RESTful routing, named routes, and so > on. I am trying them all on a small personal project and keep hitting > pain points. For example, yesterday I found out that in order to use a > named route like > > link_to "Name", entry_url(@entry) > > I have to call the to_s method on entry_url: > > link_to "Name", entry_url(@entry).to_s > > There seem to be other issues, which I don''t remember off the top of my > head. > > Anyone out there mixing these frameworks and plugins with ease or > finding it just a bit too messy? It''s interrupting my workflow enough > that I''m probably gonna chuck markaby until they play better together. > > --Jamie > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---