Deleted action dispatch by mistake, how to get it back correctly so that i can load my local host server properly?

Nitin Rajan
C:\NEW\`charityapp`>rails s
=> Booting WEBrick
=> Rails 4.1.8 application starting in development on http://0.0.0.0:3000
=> Run `rails server -h` for more startup options
=> Notice: server is listening on all interfaces (0.0.0.0). Consider using 127.0.0
.1 (--binding option)
=> Ctrl-C to shutdown server
Exiting
C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/lib/rails/engi
ne.rb:527:in `routes': cannot load such file -- action_dispatch/routing/route_set
(LoadError)
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/engine.rb:574:in `block in <class:Engine>'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/initializable.rb:30:in `instance_exec'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/initializable.rb:30:in `run'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/initializable.rb:55:in `block in run_initializers'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:150:in `block in
tsort_each'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:183:in `block (2
levels) in each_strongly_connected_component'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:210:in `block (2
levels) in each_strongly_connected_component_from'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:210:in `block (2
levels) in each_strongly_connected_component_from'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:210:in `block (2
levels) in each_strongly_connected_component_from'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:210:in `block (2
levels) in each_strongly_connected_component_from'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:219:in `each_stro
ngly_connected_component_from'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:209:in `block in
each_strongly_connected_component_from'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/initializable.rb:44:in `each'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/initializable.rb:44:in `tsort_each_child'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:203:in `each_stro
ngly_connected_component_from'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:209:in `block in
each_strongly_connected_component_from'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/initializable.rb:44:in `each'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/initializable.rb:44:in `tsort_each_child'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:203:in `each_stro
ngly_connected_component_from'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:209:in `block in
each_strongly_connected_component_from'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/initializable.rb:44:in `each'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/initializable.rb:44:in `tsort_each_child'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:203:in `each_stro
ngly_connected_component_from'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:209:in `block in
each_strongly_connected_component_from'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/initializable.rb:44:in `each'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/initializable.rb:44:in `tsort_each_child'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:203:in `each_stro
ngly_connected_component_from'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:182:in `block in
each_strongly_connected_component'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:180:in `each'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:180:in `each_stro
ngly_connected_component'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/tsort.rb:148:in `tsort_eac
h'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/initializable.rb:54:in `run_initializers'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/application.rb:300:in `initialize!'
        from C:/NEW/charityapp/config/environment.rb:5:in `<top (required)>'
        from C:/NEW/charityapp/config.ru:3:in `require'
        from C:/NEW/charityapp/config.ru:3:in `block in <main>'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/r
ack/builder.rb:55:in `instance_eval'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/r
ack/builder.rb:55:in `initialize'
        from C:/NEW/charityapp/config.ru:in `new'
        from C:/NEW/charityapp/config.ru:in `<main>'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/r
ack/builder.rb:49:in `eval'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/r
ack/builder.rb:49:in `new_from_string'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/r
ack/builder.rb:40:in `parse_file'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/r
ack/server.rb:277:in `build_app_and_options_from_config'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/r
ack/server.rb:199:in `app'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/commands/server.rb:50:in `app'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/r
ack/server.rb:314:in `wrapped_app'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/commands/server.rb:130:in `log_to_stdout'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/commands/server.rb:67:in `start'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/commands/commands_tasks.rb:81:in `block in server'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/commands/commands_tasks.rb:76:in `tap'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/commands/commands_tasks.rb:76:in `server'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/commands/commands_tasks.rb:40:in `run_command!'
        from C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.1.8/l
ib/rails/commands.rb:17:in `<top (required)>'
        from bin/rails:4:in `require'
        from bin/rails:4:in `<main>'
Frederick Cheung
bundle exec gem pristine --all

Reverts all the gems in the bundle to their initial state (other than gems installed as :git dependencies)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

how do i get my deleted unrevisioned local file back in svn

From Dev

How can I dispatch an action to my store before I server side render? - Redux

From Dev

I deleted dllhost.exe. How can I get it back?

From Dev

How can I redirect my views correctly with a SQL server Database? (not local database on the computer)

From Dev

How do I get my .emacs init files to load correctly with emacs server?

From Dev

How can i measure my http troughput (up&down-load) from server to client and back?

From Dev

How can I get back my Terminal?

From Dev

How can I get my local host and port in a Java servlet method init()?

From Dev

How can i set back navigation button in my action bar?

From Dev

how can I get the action attribute in form tag to work correctly?

From Dev

how can I get the action attribute in form tag to work correctly?

From Dev

How can I send inputs to a URL (someone else's server) and get the output back for use in my PHP?

From Dev

I deleted /etc/init.d/redis-server.. how do I get it back?

From Dev

I made a mistake last night, which deleted 1800GB of my File-Server unintentionally

From Dev

How can I host my CSS/JS on an HTTPS server

From Dev

Is there anyway i can get to know which of my local git branch has been deleted or removed from remote

From Dev

How can I get my current symfony installation run on a local server?

From Dev

How can I get useful load testing data for my AWS server?

From Dev

How can I get useful load testing data for my AWS server?

From Dev

How can I load directory after run local server in terminal?

From Dev

How do I get back my files marked as deleted in the unstaged changes area of Git staging?

From Dev

How can I get my sharedpreferences to work correctly?

From Dev

How can I get my routers to forward ports correctly?

From Dev

How can i get my ListBox working correctly

From Dev

How can I get my coloured Bootstrap popover to render properly?

From Dev

How can I get Outlook to display my tables properly

From Dev

How can I get my elements to align properly?

From Dev

How can I build my local git repo on external server?

From Java

Can I dispatch an action in reducer?

Related Related

  1. 1

    how do i get my deleted unrevisioned local file back in svn

  2. 2

    How can I dispatch an action to my store before I server side render? - Redux

  3. 3

    I deleted dllhost.exe. How can I get it back?

  4. 4

    How can I redirect my views correctly with a SQL server Database? (not local database on the computer)

  5. 5

    How do I get my .emacs init files to load correctly with emacs server?

  6. 6

    How can i measure my http troughput (up&down-load) from server to client and back?

  7. 7

    How can I get back my Terminal?

  8. 8

    How can I get my local host and port in a Java servlet method init()?

  9. 9

    How can i set back navigation button in my action bar?

  10. 10

    how can I get the action attribute in form tag to work correctly?

  11. 11

    how can I get the action attribute in form tag to work correctly?

  12. 12

    How can I send inputs to a URL (someone else's server) and get the output back for use in my PHP?

  13. 13

    I deleted /etc/init.d/redis-server.. how do I get it back?

  14. 14

    I made a mistake last night, which deleted 1800GB of my File-Server unintentionally

  15. 15

    How can I host my CSS/JS on an HTTPS server

  16. 16

    Is there anyway i can get to know which of my local git branch has been deleted or removed from remote

  17. 17

    How can I get my current symfony installation run on a local server?

  18. 18

    How can I get useful load testing data for my AWS server?

  19. 19

    How can I get useful load testing data for my AWS server?

  20. 20

    How can I load directory after run local server in terminal?

  21. 21

    How do I get back my files marked as deleted in the unstaged changes area of Git staging?

  22. 22

    How can I get my sharedpreferences to work correctly?

  23. 23

    How can I get my routers to forward ports correctly?

  24. 24

    How can i get my ListBox working correctly

  25. 25

    How can I get my coloured Bootstrap popover to render properly?

  26. 26

    How can I get Outlook to display my tables properly

  27. 27

    How can I get my elements to align properly?

  28. 28

    How can I build my local git repo on external server?

  29. 29

    Can I dispatch an action in reducer?

HotTag

Archive