Giter VIP home page Giter VIP logo

blog-app-buffalo's People

Contributors

mikaelm1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

blog-app-buffalo's Issues

Please add Topics to repo

Hi, I working on a project that will be announced soon to help with the discovery of these sorts of tools. Would you please mind adding some "Topics" to this repo? Thanks.

On GitHub you can use the "Topics" feature of your repository to tag your projects with gobuffalo and other category tags.

There are a few more tags that you can use that will help the Buffalo Toolkit better categorize your project. You can add as many of this tags to your project as is suitable. Please try to refrain from using more than just a few tags.

  • plugin - Plugins
  • generator - Generators
  • middleware - Middleware
  • pop - Pop/Soda
  • templating - Templating
  • grifts - Grift Tasks
  • deployment - Deployment
  • testing - Testing
  • example - Example Apps
  • worker - Workers/Adapters
  • webpack - Webpack/Front-End

Dependency error

When i try to run
buffalo setup
i'am get error with
package github.com/mikaelm1/blog_app/actions: exit status 1

CSRF token not found in request

I followed your tutorial and loved the in-depth explanation, however, I can't seem to get the CSRF token generating. I am right at the spot where a user should be able to register.

Would love to figure out what I am doing wrong. I really love this framework!

screen shot 2018-01-30 at 8 26 48 pm

Q : dabatase 'tx' initial binding

Hello, I'd like to know where you inserted the database "tx" into the context please?

I see that you use c.Value("tx").(*pop.Connection) to get the DB but I can't find where you instantiated it in the first place.

Thank you for your help :)

git error when running buffalo setup

Update: This is a know problem with git and go, you have to delete the go projects that can not be updated; more to the point this is the way git works when the head changes between updates, and needs to be handled in buffalo update so that is another issue unrelated to this project, the API being out of date is another issue so you can close this one, or leave it open for the next new guy to go, I never had this issue till I tried this project, now I have it on my own, irritating and searching the internet for an answer is more frustrating, I lost a whole day thinking it was my setup; great article, can't wait to get it updated.

On a fresh install download or clone, after updating all references to imports and database, I I ran buffalo setup, I get these errors on all pulls:
Your configuration specifies to merge with the ref 'refs/heads/master'
from the remote, but no such ref was fetched.

I tried deleting the .git, no help, did:
git config --global user.name "user"
git config --global user.email "[email protected]"
git init
git reset --hard
git add .
git commit -q -m "Initial Commit"
no help
I also got an out of date error and tried to run buffalo update with same results.
I have no issue running either on other projects.
Running on Manjaro
Maybe you could run buffalo update and commit it back, but I have no idea why this project is giving me this error.
Thanks, great article, just want to see the project, following tutorial the API is out of date also.

Error printing template helper

In every template you have the following snippet for printing error messages:

 <%= if (errors) { %>
  <%= for (key, val) in errors { %>
...
  <% } %>
<% } %>

Would not it be nice to refactor it into a template helper similar to what you did for CSRF token in render.go ?

That would reduce the amount of template code significantly and make it more readable.

Your LetsEncrypt cert expired on your site!

Hey there,
I just wanted to let you know your cert on your site expired, so now it doesn't want to let me get to part 2 of the tutorial, lol. I had the page opened already from the other day and just sat back down to continue, when I reloaded the page it have me the error. : (

Thanks,
-MH

Can not generate resource

Hi, I'm learning to use Buffalo by following your tutorial. The project generation is working fine, but when I execute command
buffalo g r users username email admin:boolean

It running into error saying
ERRO[0002] Error: exec: "buffalo-pop": executable file not found in $PATH
Any idea how to fix this problem.

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.