Giter VIP home page Giter VIP logo

railstwitterclone's People

Contributors

dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar deppbot avatar freeslugs avatar rodrigotellom avatar toshimaru avatar tzxdtc 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

railstwitterclone's Issues

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "coffee-script":
  In Gemfile:
    coffee-rails was resolved to 4.2.2, which depends on
      coffee-script (>= 2.2.0)

Could not find gem 'coffee-script (>= 2.2.0)', which is required by gem 'coffee-rails', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Docker

  • docker-compose
  • dockerfile

API

how hard do you think it would be to add an api to this ? I know the serving it up in jsaon is easy but the actually process of creating storing api keys and such so that other applications could post ti ?
cheers

I need the original erb views

I'm currently studying the code that you've written for the twitter clone. Would it be possible if you could write the files inside of the shared partials as normal ERB files? Thank you. If you can make them available somewhere, I'd be glad to download them.

Rails5

related: Bundle Update on 2016-07-05 #67

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "actionpack":
  In Gemfile:
    rails (~> 5.2.4) was resolved to 5.2.4.5, which depends on
      actionpack (= 5.2.4.5)

    rspec-rails was resolved to 5.0.0, which depends on
      actionpack (>= 5.2)

    rails (~> 5.2.4) was resolved to 5.2.4.5, which depends on
      sprockets-rails (>= 2.0.0) was resolved to 3.2.2, which depends on
        actionpack (>= 4.0)

Bundler could not find compatible versions for gem "actionview":
  In Gemfile:
    rails (~> 5.2.4) was resolved to 5.2.4.5, which depends on
      actionview (= 5.2.4.5)

    web-console was resolved to 3.7.0, which depends on
      actionview (>= 5.0)

Bundler could not find compatible versions for gem "activemodel":
  In Gemfile:
    rails (~> 5.2.4) was resolved to 5.2.4.5, which depends on
      activemodel (= 5.2.4.5)

    web-console was resolved to 3.7.0, which depends on
      activemodel (>= 5.0)

Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    bullet was resolved to 6.1.4, which depends on
      activesupport (>= 3.0.0)

    factory_bot_rails was resolved to 6.1.0, which depends on
      factory_bot (~> 6.1.0) was resolved to 6.1.0, which depends on
        activesupport (>= 5.0.0)

    rails (~> 5.2.4) was resolved to 5.2.4.5, which depends on
      activejob (= 5.2.4.5) was resolved to 5.2.4.5, which depends on
        globalid (>= 0.3.6) was resolved to 0.4.2, which depends on
          activesupport (>= 4.2.0)

    rails (~> 5.2.4) was resolved to 5.2.4.5, which depends on
      activesupport (= 5.2.4.5)

    rails (~> 5.2.4) was resolved to 5.2.4.5, which depends on
      sprockets-rails (>= 2.0.0) was resolved to 3.2.2, which depends on
        activesupport (>= 4.0)

    webpacker was resolved to 5.2.1, which depends on
      activesupport (>= 5.2)

Bundler could not find compatible versions for gem "mimemagic":
  In Gemfile:
    rails (~> 5.2.4) was resolved to 5.2.4.5, which depends on
      activestorage (= 5.2.4.5) was resolved to 5.2.4.5, which depends on
        marcel (~> 0.3.1) was resolved to 0.3.3, which depends on
          mimemagic (~> 0.3.2)

Could not find gem 'mimemagic (~> 0.3.2)', which is required by gem 'marcel (~> 0.3.1)', in any of the sources.

Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    factory_bot_rails was resolved to 6.1.0, which depends on
      railties (>= 5.0.0)

    rails (~> 5.2.4) was resolved to 5.2.4.5, which depends on
      railties (= 5.2.4.5)

    sass-rails was resolved to 6.0.0, which depends on
      sassc-rails (~> 2.1, >= 2.1.1) was resolved to 2.1.2, which depends on
        railties (>= 4.0.0)

    webpacker was resolved to 5.2.1, which depends on
      railties (>= 5.2)

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Tweets not displaying

Cloned project and running locally. Can sign in and write tweets, but they don't display:

image

Haven't tried to debug yet. Thanks for your work providing this project :-)

respond to posts

I have been trying to allow responses to tweets. any luck with doing so?

Implementation idea

idea

  • Add profile description to User
    • and Favorites feature
  • User Slug
    • Edit user
    • Add spec
  • pagination spec

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.