Классический форум-трекер
canvas not supported
Нас вместе: 4 232 361

JetBrains RubyMine 2016.1.1 Build #RM-145.971 [En]


 
 
RSS
Начать новую тему   Ответить на тему    Торрент-трекер NNM-Club -> Архив торрентов -> Архив Программ
Автор Сообщение
Almighty937 ®
Uploader 100+
Стаж: 13 лет 7 мес.
Сообщений: 553
Ratio: 586.504
Поблагодарили: 30238
100%
Откуда: ULAS J1342+0928
pirates.png
JetBrains RubyMine 2016.1.1 Build #RM-145.971 [En]
Версия программы: 2016.1.1 Build #RM-145.971
Официальный сайт: ссылка
Язык интерфейса: Английский

Лечение: в комплекте
Тип лекарства: другое

Системные требования:
  • Microsoft Windows 10/8/7/Vista/2003/XP (incl.64-bit)
  • Ruby 1.8.x or higher, or JRuby (or compatible)
  • 1 GB free RAM minimum
  • 2 GB RAM recommended
  • 1024x768 minimum screen resolution


Описание:
RubyMine — умная и удобная интегрированная среда разработки для языка Ruby и веб-фреймворка Rails, которая включает в себя все необходимые разработчику инструменты и поддерживает наиболее востребованные технологии из мира Ruby.
Как и все IDE, разработанные на основе платформы IntelliJ, RubyMine обладает уникальным механизмом анализа кода, который лежит в основе таких функций, как интеллектуальное автодополнение кода, рефакторинг, исправление кода на лету и навигация по коду. Особенностью RubyMine является то, что для всех перечисленных выше функций учитывается специфика каждого конкретного проекта.

Так, к примеру, для Rails-приложения переименование модели приведет к переименованию соответствующих контроллера и файлов представлений, а также к созданию миграционного файла для внесения необходимых изменений в базу данных. Навигация позволит быстро перейти от метода контроллера к файлу представления и обратно, или к соответствующим тестовым сценариям. В случае RubyMotion-приложения, автодополнение кода работает не только для языка Ruby, но и для кода на Objective-C, причем не только в редакторе, но и в консоли.

Кроме того, RubyMine позволяет полностью настроить рабочую среду, отвечающую требованиям разработчика, начиная с цветовой схемы, расположения окон, сочетания клавиш быстрого доступа и заканчивая интеграцией с системой контроля версий, базой данных, или настройкой удаленного сервера.
  1. Rails 5

    • Action Cable

      First of all, the Rails channel generator is now available in RubyMine. When created, channels are shown in the Rails Project View with the list of methods.

      Code completion is available inside a channel class. You can also navigate from a channel .coffee file to the corresponding channel class and its methods.

      Renaming refactoring works fine for a channel as well as for channel method even being invoked from a .coffee file.

    • Rails API

      If you use Rails only as a backend in your app, you might be glad that rails-api gem is now included into Rails 5. So, RubyMine now has a special option when creating a new application.

      Please note that you can only choose Rails 5+ from the list. The Rails API application does not have views, so RubyMine will not show any view-related actions and icons.

    • ActiveRecord changes

      Rails 5 brings a bunch of changes for ActiveRecord, and RubyMine adds code insight for all the new methods.

    • Rake commands

      Rake commands are now united with Rails commands in Rails 5: the Tools | Run Rake Task… menu item remains unchanged, but invokes bin/rails commands now.


  2. Rails Templates



    • When creating a new Rails app in RubyMine, you can now choose and clone one of the existing Rails examples.

      The list of templates is sorted by popularity.


  3. Ruby 2.3

    • New features in JavaScript debugger

      New language level is detected and derived from the SDK.

      Stubs for Ruby 2.3 are provided; newcomers like Array#dig are present in completion/resolving/documentation.

      Safe navigation operator and squiggly heredocs are introduced.


  4. JavaScript

    • ECMAScript 6 and TypeScript

      The new refactorings include Create method, Extract method, Inline method and Introduce field.

      The new intentions include Make class abstract, Make public/private and Remove modifier.

      Any unused import statement is now highlighted. To remove all unused statements, call Optimize imports. Required import statements are added as you type.

      Support for TypeScript has been updated to v1.8.

    • AngularJS 2

      Code insight and navigation are available for directives, variables defined in templates, custom event handlers, paths in templateUrl and styleUrls fields, and many other situations.

      Enjoy coding assistance for event and property bindings, which also works inside any data binding.

      Also, the IDE now understands components defined using the new AngularJS 1.5 module.component() helper method.

    • Debugger

      The JavaScript debugger for Chrome now makes lots of new things possible. Debug asynchronous client-side code and arrow functions in ECMAScript 6, and stop on the breakpoints set in Web workers.

      Also, the IDE now allows you to debug an app’s main process in a built or packaged Electron application, by using Node.js run/debug configuration. You can also debug render process by using Chromium remote debug configuration.

    • JSON schema

      Thanks to support for JSON Schema, a format for describing JSON files, RubyMine can now provide coding assistance for certain types of JSON files. You can add one of the schemas available in the project’s repository, or create your own schema and then map it to a specific JSON file in your project. Code completion for tsconfig.json, .eslintrc and .babelrc is now powered by JSON Schema.


  5. YAML



    • RubyMine 2016.1 also brings a lot of improvements for YAML: handling spaces as tabs, supporting multiline scalars as value of property key features, and many [url="https://youtrack.jetbrains.com/issues/RUBY?q=%23Fixed+%23Verified+%23%7BRubyMine+2016.1*%7D+%23YAML"]bugfixes[/url].


  6. Speed Search

    • Show usages

      We have improved speed search in the Show usages popup. Now, when you use it, the matches are highlighted for easier navigation.

    • Terminal

      Now you can enjoy speed search even in the Terminal tool window.


  7. Version Control

    • Git
      Two new actions are available via the Branches popup: Checkout with Rebase and Rename. The Checkout Tag or Revision action is now applied to all repositories configured for the project. If you do an Interactive Rebase, RubyMine now automatically stashes and unstashes local changes and assists with resolving conflicts.

      Git 2.5 introduced worktrees to simplify working with clones of a single repository: instead of making a repository clone you can create a lightweight worktree. Now RubyMine lets you work with those worktrees just like you do with regular repositories.

    • By-word changes highlighting

      Merging and comparing revisions with Git and other VCS just got easier with the added by-word difference highlighting.

      Now you can also disable inspections in the Diff Viewer to minimize distraction.

    • Compare revisions between branches

      For Mercurial we've made it possible to compare revisions of a file between branches (previously possible only within a single branch).


  8. Database Tools

    • PostgreSQL

      RubyMine provides coding assistance the features added in PostgreSQL 9.5.

      We've also added support for the PostgreSQL hstore ‘?’ operator.

    • Table and column comments

      Table and column comments now can be added and modified from the Create/Modify Table dialog (if the database supports that).

    • SQL Server

      Custom types in SQL Server (alias types and table types) are now introspected and available for completion.

    • Table truncation

      Use this new action to remove all rows from selected tables.


  9. Docker



    • There is now a separate tool window for Docker. We have also added support for Docker Machine.

      The right-side panel now allows viewing logs as well as managing environment variables and port bindings.

      The lists of containers and images are now separate and more readable.




Other improvements:
  • Improved support for TextMate bundles with an ability to add custom TextMate themes
  • New Convert string to template string intention in ECMAScript 6
  • Coding assistance for classes and ids in CSS
  • Support for Dart test package and more generate code options for Dart
  • Simplified configuration for debugging client-side JavaScript code built with Webpack
  • Run configurations can now be started while indexing is in progress
  • Support for right-to-left languages in the editor
Скриншоты:


Время раздачи: 24/7 (до появления первых 3-5 скачавших)
[NNMClub.to]_JetBrains RubyMine 2016.1.1 Build #RM-145.971.torrent
 Торрент: Платиновая раздача  Зарегистрирован
 
Скачать


Примагнититься
 Зарегистрирован:   20 Май 2016 11:03:20
 Размер:   223 MB  (
 Рейтинг:   4.8 (Голосов: 38)
 Поблагодарили:   128
 Проверка:   Оформление проверено модератором 20 Май 2016 19:56:28
Как cкачать  ·  Как раздать  ·  Правильно оформить  ·  Поднять ратио!  
Almighty937 ®
Uploader 100+
Стаж: 13 лет 7 мес.
Сообщений: 553
Ratio: 586.504
Поблагодарили: 30238
100%
Откуда: ULAS J1342+0928
pirates.png
RubyMine 2016.1.1 (build 145.971) Release Notes

No subsystemBugIDEA-155360Open In Browser: files from library jars cannot be opened
DebuggerBugWEB-19583Node.js debugging: properties with numeric names are not displayed in the debugger variables
BugWEB-21447Attached files (.css, .js) are not served by built-in webserver
Plugin: Deployment _ FTPBugWI-31012Apply button is always available to click in Deployment settings
UsabilityWI-1428On Mac/Linux dialog for SFTP private key file should start at ~/.ssh

_________________
Если у вас есть материалы курсов по Программированию, Веб-дизайну или SEO/SMMпишите в ЛС, помогу оформить раздачу.
Respecktrator13
Стаж: 13 лет 9 мес.
Сообщений: 43
Ratio: 4.374
Раздал: 547 GB
100%
Откуда: Elsewhere
wild_hogs.gif
Внезапный вопрос... а это можно как-то прикрутить к их же среде разработки, только для Java? Или не подскажете есть ли полновесный комплекс для всех языков (всех - поддерживаемых JB)?

_________________
Cogito ergo sum
Almighty937 ®
Uploader 100+
Стаж: 13 лет 7 мес.
Сообщений: 553
Ratio: 586.504
Поблагодарили: 30238
100%
Откуда: ULAS J1342+0928
pirates.png
Respecktrator13 писал(а): Перейти к сообщению
Внезапный вопрос... а это можно как-то прикрутить к их же среде разработки, только для Java?


Не уверен, что понял, какого рода извращение вы стараетесь провернуть =) , но, возможно, вам поможет:
1. Вот эта ссылка (ветка с плагинами языков)
2. Вот этот плагин
3. Вот этот мануал

Respecktrator13 писал(а): Перейти к сообщению
Или не подскажете есть ли полновесный комплекс для всех языков (всех - поддерживаемых JB)?


Прям вот чтоб из коробки "полновесного" - нет, нету. Но можете обвесить IDE плагинами, коих вагоны с подвижным составом телег. Этого должно хватить.

_________________
Если у вас есть материалы курсов по Программированию, Веб-дизайну или SEO/SMMпишите в ЛС, помогу оформить раздачу.
miry
Стаж: 16 лет 4 мес.
Сообщений: 5
Ratio: 3.464
Раздал: 1.005 TB
66.67%
Откуда: Донецк
finland.gif
Для RubyMine 2016.2 Лечение уже не работает !
Топик был перенесен из форума Разработка ПО в форум Архив Программ

Причина переноса: На трекере доступна новая версия

Исправил релиз - напиши ЛС Злой неадмин, дав ссылку на релиз.
Если нет ответа 24 часа - нажми на кнопку "Обратить внимание модераторов".
Показать сообщения:   
Начать новую тему   Ответить на тему    Торрент-трекер NNM-Club -> Архив торрентов -> Архив Программ Часовой пояс: GMT + 3
Страница 1 из 1