Git Product home page Git Product logo

Comments (8)

keenahn avatar keenahn commented on June 27, 2024 1
blogit        /blog                                            Blogit::Engine
...
Routes for Blogit::Engine:
                         /posts/page/:page(.:format)            blogit/posts#index
tagged_blog_posts        /posts/tagged/:tag(.:format)           blogit/posts#tagged
    post_comments POST   /posts/:post_id/comments(.:format)     blogit/comments#create
     post_comment DELETE /posts/:post_id/comments/:id(.:format) blogit/comments#destroy
            posts GET    /posts(.:format)                       blogit/posts#index
                  POST   /posts(.:format)                       blogit/posts#create
         new_post GET    /posts/new(.:format)                   blogit/posts#new
        edit_post GET    /posts/:id/edit(.:format)              blogit/posts#edit
             post GET    /posts/:id(.:format)                   blogit/posts#show
                  PUT    /posts/:id(.:format)                   blogit/posts#update
                  DELETE /posts/:id(.:format)                   blogit/posts#destroy
        blog_root        /                                      blogit/posts#index

Hey, thanks a lot Gavin. I really appreciate your help! It's not that many people who would be so responsive on an open source gem :)

from blogit.

Bodacious avatar Bodacious commented on June 27, 2024

@keenahn very unusual - which version of Rails and Blogit are you using?

from blogit.

keenahn avatar keenahn commented on June 27, 2024

blogit (0.8.0)
rails (3.2.17)

I tried removing everything from my routes file except for that, and it did the same thing.

from blogit.

Bodacious avatar Bodacious commented on June 27, 2024

Can you paste the relevant parts of the output from
$ rake routes

from blogit.

Bodacious avatar Bodacious commented on June 27, 2024

@keenahn Sorry, I lost track of this issue.

Did you ever resolve it?

from blogit.

rperez14 avatar rperez14 commented on June 27, 2024

I am having this issue as well :-(

from blogit.

archonic avatar archonic commented on June 27, 2024

I'm having exactly the same issue (6 years later!) but with a completely different gem (Blazer). Sorry to revive a dead thread but does anyone know why engine routes output /assets?action=new&controller=...?

from blogit.

Bodacious avatar Bodacious commented on June 27, 2024

@archonic Can you please provide the following:

  • Output of bundle list
  • Contents of your routes.rb file
  • Output of rails routes

Thanks!

from blogit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.