Git Product home page Git Product logo

rails_template's People

Contributors

arusa avatar kashak avatar printercu 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

Watchers

 avatar  avatar  avatar

rails_template's Issues

Question about the controller

As this app is, when a message is sent to the bot, a message should be sent back to the chat '.hi', correct?

I'm just trying to understand the code for the TelegramWebhooksController

def start(*)
    respond_with :message, text: t('.hi')
  end

Thanks in advance!

How can I just view my chat updates?

If you want to just view chat updates on one of your web pages(just like getUpdates method), how would you go about doing so?
I set my webhook url to go to my webhooks controller.
I believe I need to post webhooks/webhook in routes
and my controller has this code def webhook params['webhook'] end
and my view has <% @webhooks %>

I'm new to the rails MVC so I'm not sure where/how I should make my app show me my updates. Thanks in advance!

What does this error mean? translation missing: en.telegram_webhooks.help.content

I'm trying to use some methods from the rails app example in my rails template app.

When I texted "/help" to my bot, my log looks as though everything is fine -

Responded with message
Completed in 263ms

I got the following response on telegram though:
translation missing: en.telegram_webhooks.help.content

what does this mean? I'm guessing the version I'm using of the rails_template is missing some code in order to use those other methods.

Missing "config/database.sample.yml"

I am getting this error due to missing config/database.sample.yml file. Can you update with a existing database sample file? Thanks for now.

== Installing dependencies ==
The Gemfile's dependencies are satisfied

== Copying sample files ==
config/database.sample.yml: not found
config/secrets.sample.yml: OK

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.